Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Runs a newlook Macro.

Syntax

RUNMACRO(sMacroName)

Parameters

sMacroName

Required.String that contains the name of the newlook Macro. 

...

Return Value

None

Example

...

     RUNMACRO("MyMacro") ;

...