Current Page:
NeXtMidas Training
Macros - Part 1 (Basics)
Loops and Control Structures
GOTO and LABEL
|
|
- The
GOTO and LABEL Statements:
- The
GOTO and LABEL statements can be used to jump around
to different parts of a macro.
- These are rarely used in NeXtMidas.
- The rich set of loops and conditionals available in NeXtMidas makes them
unnecessary.
- They are intended to make it easier to port X-Midas macros to NeXtMidas and may
be deprecated in the future.
X-Midas Users Take Note: |
The rich set of loops and conditionals makes the use of GOTO and
LABEL unnecessary in NeXtMidas. If you ever find yourself typing
GOTO in a NeXtMidas macro this is a tip that there is a better
(and often easier) way to do what you are doing.
|
|
|
|