Command Reference

GOTO Label

Jumps to a label in the action list.

Action ID: 104
Action Category: Control Structures

Settings

Target label

The label to jump to. Labels can be defined using the Label action.

Return Values

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

1

Could not GOTO label.

Label not found.
<<Target label>>

Example

In this example, the GOTO Label action will jump to a label named "Step2".

Target label: Step2

 

See Also: Alphabetical List of Actions, Categorical List of Actions, On Error tab