pExecuteMacro
pExecuteMacro
Run a command line interpretively.
Syntax
pExecuteMacro ( inout vlStatus,
inout vlMacro )
Parameters
vlStatus | The returned status from pExecuteMacro. |
vlMacro | The command line to be executed. |
Comments
The command line contained in vlMacro is executed interpretively. If an error occurs, vlStatus is set to “ERROR”. Otherwise, it is set to blank.