Open System Testing Architecture

TOC PREV NEXT INDEX



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 label
Parameter:
label

A label defined within the current scope of the script.

Examples:
 GOTO Start
 GOTO End-Of-Script

See also:

Flow Control Commands


CYRANO
Customer Support: France +33 (0) 1 56 33 40 00
USA +1 (978) 462-0737; Toll free 800-714-4900
UK +44 (0) 1274 761024
support-fr@cyrano.com
support-us@cyrano.com
support-uk@cyrano.com
TOC PREV NEXT INDEX