Execute()
Execute()
Type: REGULAR FUNCTION
Purpose: Launch another Explain™ script from within Explain. As soon as the other script is launched, the parent script continues its execution.
Any number of Explain primitive types such as INTEGERs, STRINGs and REALs can be passed using this function. OBJECTs, however, cannot be passed from one script to another.
Usage: Execute(“Filename”,Param1, Param2, . . ., ParamN)
Filename | TEXT | A valid path to an .EXP file | |
ParamN | UNKNOWN | Any valid Explain primitive which you want to be passed to the launching script. Any number of parameters may be passed. |
Comments are closed.