Label
This command defines a label that program execution can be directed to using the GoTo Label command.
Edit Label
Type the name of the label as you will exactly use in the GoTo Label command.
Notes
- You may not place a label inside an if/else if/else/end block.