*GO
*GO, Base
Causes a specified line on the input file to be read next.
Argument Descriptions
Base"Go to" action:
- :
label-- A user-defined label (beginning with a colon (:), 8 characters maximum). The command reader will skip (and wrap to the beginning of the file, if necessary) to the first line that begins with the matching :
label.Caution: This label option may not be mixed with do-loop or if-then-else constructs.
- STOP --
This action will cause an exit from the Mechanical APDL program at this line.
- :
Notes
Causes the next read to be from a specified line on the input file.
Lines may be skipped or reread. The *GO command will not be executed unless it is part of a macro, user
file (processed by *USE), an alternate input file (processed
by /INPUT), or unless it is used in a batch-mode input
stream. Jumping into, out of, or within a do-loop or an if-then-else construct
to a :label line is not allowed.
This command is valid in any processor.