MSIR.0654 Macro variable (varname) not defined: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
Line 3: Line 3:
<ul> <li>A ?! occurring by happenstance in a comment. Change the comment to say have a space between the question and exclamation mark, <li>A misspelled macro variable name. Correct the macro variable name. <li>A macro variable name that just isn't defined sometimes for the code that contains the dummy string. Embed the problem clause in a macro !If block.</ul>
<ul> <li>A ?! occurring by happenstance in a comment. Change the comment to say have a space between the question and exclamation mark, <li>A misspelled macro variable name. Correct the macro variable name. <li>A macro variable name that just isn't defined sometimes for the code that contains the dummy string. Embed the problem clause in a macro !If block.</ul>


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

Revision as of 17:58, 19 April 2013

A macro variable dummy string (something that begins with "?!") was encountered, but the macro variable after the ?! was not defined.

  • th The likely causes of this are;
    • A ?! occurring by happenstance in a comment. Change the comment to say have a space between the question and exclamation mark,
    • A misspelled macro variable name. Correct the macro variable name.
    • A macro variable name that just isn't defined sometimes for the code that contains the dummy string. Embed the problem clause in a macro !If block.