<run>
Runs other macro (specified by name).
Command Tree
:
Macro Flow Control \ Calls \ Run Other Macro
.
Syntax
:
<run>(
"MacroName"
)
MacroName
Name of the macro to run. (The macro name should be unique if it is run from other macros using <run> command).
.
.
Example
:
<#> This macro runs other macro (if exists)
<#>
<run>("_macro_to_run")