GOTO
From Macros Wiki
Command
- Go to the defined label and continue the macro from there.
Parameters
- <label>
- A custom label for the macro. It must be on a new line and it must start with a colon. All the text after the colon is the label name.
Example
- IF A1 < 3 THEN GOTO My_label
- (macro commands)
- :My_label
- For an example macro see Inch_Metric Print_Geo_Data_To_File