STARTMACRO

From ICE Enterprises
Jump to navigation Jump to search

mark the start of the command section of a macro

<parameter 1>      First macro parameter
.
.
.
<parameter N>      Nth macro parameter

The STARTMACRO command performs identifies formal macro parameters that
will be substituted at runtime by actual parameters.  It is not necessary
for a macro to have any parameters.

At runtime, the STARTMACRO command does nothing, but NeXtMidas issues an
error if it encounters this command when a macro is not being executed or
if this command is not at the root level of the macro.

Switches:
  /MSGLOG - Set the midas messagelog

See also:  ENDMACRO