This command corresponds to the Call Script option in theRobot Insert menu. During script recording use this option to insert a call toanother script. You can select the Run Now check box to execute the calledscript while recording or deselect it to execute the called script at playbackonly.
This command corresponds to the Call Script option in theRobot Insert menu. During script recording use this option to insert a call toanother script. You can select the Run Now check box to execute the calledscript while recording or deselect it to execute the called script at playbackonly.
SYNTAXCallScript script$This event control command causes a script to call another script. The called or nested script executes completely and then control returns to the calling script. The calling script is suspended while the called script finishes. You can nest scripts up to 16 levels deep (the original script plus up to 15 scripts below it).This command corresponds to the Call Script option in the Robot Insert menu. During script recording use this option to insert a call to another script. You can select the Run Now check box to execute the called script while recording or deselect it to execute the called script at playback only.