Adding a Goto Instruction

You can add a Goto instruction to loop the execution of a set of instructions.


Before you begin: A sequence is already defined. At least, one Goto label is defined.
See Also
About the Sequencing Editor
  1. To add a Goto instruction in a sequence, do one of the following:
    • Select Add a Goto in the toolbox and then click the blank page.
    • Drag Add a Goto to the blank page.


    • The Goto instruction is added to the blank page.
    • The Goto dialog box appears.

    The parameters of the General frame are optional:

    • Goto Label must be entered if the Goto instruction is itself the target of another Goto instruction.
    • If Display Name is entered, its value replaces the instruction text: Goto.

  2. In the Target list, select a Goto Label defined in the sequence.


  3. Click the check mark.


    This sequence is a loop. The three Run Task instructions are continuously repeated.