GOTO Command
Description:
This command transfers control to a specified script label. The transfer of control is immediate and unconditional.
Conditional branches may be made using the IF command.
Format:
GOTO labelParameter:
label
A label defined within the current scope of the script.
Examples:
GOTO Start GOTO End-Of-Script
OpenSTA.org Mailing Lists Further enquiries Documentation feedback CYRANO.com |