RunScriptCommand Function
The RunScriptCommand function is used to execute a list of script statements. The script actions are those included in the script sections of the Auxiliary Files. If an error occurs trying to run a script command, an error will be returned through EString.
Function Prototype
RunScriptCommand(Statements)
Parameter Definitions
Statements : String The block of script actions to be executed. Each script statement must end in a semicolon. The block of script actions should not be enclosed in curly braces.
Output
RunScriptCommand returns only one element in Output—any errors which may have occurred when attempting to load or run the auxiliary file.