Control Structure - LABEL

Sets a label that can be jumped to from anywhere else in the same action list with a GOTO action. This action has no effect when it's performed at run time; it only serves as a "target" for GOTO actions in the same action list. In other words, the LABEL action has no effect when it's encountered in the sequential running of commands.

Action ID:
Action Category:
Action List Syntax:

208
Control Structure
<<LABEL>>

Settings

Label:

The text or "name" of the label. Use a unique name that will identify the label in the action list.

Error Codes

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

Examples

Loading and playing a different AVI

Running a PowerPoint presentation (advanced)

Verifying a password (advanced)