What is the syntax to call a script?

Showing Answers 1 - 4 of 4 Answers

abdul

  • Jan 4th, 2007
 

SYNTAX

 

CallScript script$

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.

  Was this answer useful?  Yes

abul

  • Jan 4th, 2007
 

SYNTAX

 

CallScript script$

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.

  Was this answer useful?  Yes

NISHANTH V S

  • Feb 6th, 2007
 

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.

  Was this answer useful?  Yes

s.lakshmipriya

  • Feb 20th, 2007
 

callscript(script name)which is to be call on this script.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions