<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Run Control functions > ExecWait() |
Launch another Explain™ script from within Explain. Wait until the parent script is finished before launching the new script.
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.
REGULAR FUNCTION
ExecWait("Filename", Param1, Param2, . . ., ParamN)
Filename |
STRING |
|
ParamN |
INT, STRING, REAL |
Any valid Explain primitive which you want to be passed to the launching script. Any number of parameters may be passed. |