Control Structure - GOTO

Jumps to a label in the action list.

Use this action to go directly from one line in your action list to another line in the same action list.

Action ID:
Action Category:
Action List Syntax:

209
Control Structure
GOTO (<<LABEL>>)

Settings

GOTO label:

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

Error Codes

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

1

MSG_ERR_CONTROL_STRUCTURE_GOTO

MSG_ERR_CONTROL_STRUCTURE_GOTO
MSG_ERR_LABEL_NOT_FOUND
<<LABEL>>

Examples

Loading and playing a different AVI

Running a PowerPoint presentation (advanced)

Verifying a password (advanced)