Omni Systems, Inc.

  

Mif2Go User's Guide, Version 55

  

Valid HTML 4.01!

 

Made with Mif2Go

28 Working with macros > 28.8 Debugging macros


28.8 Debugging macros

By default, Mif2Go ignores undefined or blank macros and macro variables; they do not appear in the output. However, if you are debugging a macro process, you might want the names of undefined (possibly misspelled) macros or macro variables to be flagged. To make the name of any blank (or undefined) macro or macro variable appear in the output where the value of the macro or variable would normally appear, specify one or both of the following options:

[Macros]

; NameUndefinedMacros = No (default)

;  or Yes (insert $macro name in output)

NameUndefinedMacros=Yes

; NameUndefinedMacroVars = No (default)

;  or Yes (insert $$macrovar name in output)

NameUndefinedMacroVars=Yes



28 Working with macros > 28.8 Debugging macros