MSIR.0721 END (exptag) expected, got END (gottag)

From m204wiki
Revision as of 15:01, 9 November 2010 by 198.242.244.47 (talk) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.