MSIR.0721 END (exptag) expected, got END (gottag): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "A block had an incorrect End statement -- the block type after the word End does not match the block start. Check the nesting of blocks and the spelling of the block ends. This e...")
 
m (1 revision)
(No difference)

Revision as of 16:41, 9 November 2010

A block had an incorrect End statement -- the block type after the word End does not match the block start. Check the nesting of blocks and the spelling of the block ends. This error could also result from an error in the block start, in which case it would be preceded by other error messages.