Loading

CHECKMACRO

logic control

The CHECKMACRO function checks if a macro is defined and aborts the execution when it encounters an undefined macro.

CHECKMACRO is available since version 2.1.0.

See also

Signatures

Examples

// Define a macro with the name 'mymacro' <% NOW %> 'mymacro' STORE // Test if macro exists 'mymacro' CHECKMACRO 'myundefinedmacro' CHECKMACRO