MSIR.0832 Can't end with ellipses with TO clause: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
Line 1: Line 1:
An <tt>HTML</tt> or <tt>Text</tt> statement was specified with a <tt>To</tt> keyword, but the last line in the block ended with a ellipses (...). This is not allowed. If the intent of the ellipses is to be able to append to the end of the last added StringList item, this must be accomplished some other way, perhaps by, instead, storing what would be the last line in the StringList in a Longstring and putting that at the start of a subsequent <tt>HTML</tt> or <tt>Text</tt> block.
An <tt>HTML</tt> or <tt>Text</tt> statement was specified with a <tt>To</tt> keyword, but the last line in the block ended with a ellipses (...). This is not allowed. If the intent of the ellipses is to be able to append to the end of the last added StringList item, this must be accomplished some other way, perhaps by, instead, storing what would be the last line in the StringList in a Longstring and putting that at the start of a subsequent <tt>HTML</tt> or <tt>Text</tt> block.


[[Category:Sirius Mods Messages]]
[[Category:Sirius Mods messages]]

Revision as of 18:00, 19 April 2013

An HTML or Text statement was specified with a To keyword, but the last line in the block ended with a ellipses (...). This is not allowed. If the intent of the ellipses is to be able to append to the end of the last added StringList item, this must be accomplished some other way, perhaps by, instead, storing what would be the last line in the StringList in a Longstring and putting that at the start of a subsequent HTML or Text block.