Contents - Index


Label (Macro Command)

 

Label 10:

Create a line with label 10:  Line labels are numbers between 1 and 30000 that end with a colon.  Another command can follow the line label on the same line.  The Label keyword is optional.  An example is 10: X=X+1.  Labels are useful with the GOTO and the ONERROR GOTO macro commands.

 

MacroCommands