Sets a label that can be jumped to from anywhere else on the same action tab using a GOTO Label action. The Label action has no effect when it's performed at run time; it only serves as a "target" for GOTO Label actions on the same action tab. In other words, the Label action has no effect when it's encountered in the sequential running of commands.
Action ID: (none)
Action Category:
Control Structures
The text or "name" of the label. Use a unique name that will identify the label.
None.
This example creates a label entitled: "Step2". You could use a GOTO Label action to jump to this label from somewhere else on the same action tab.
Label: Step2
See Also: Alphabetical List of Actions, Categorical List of Actions, On Error tab