starexit#
- ProcessControls.starexit(**kwargs)#
Exits a do-loop.
Mechanical APDL Command: *EXIT
Notes
The command following the
*ENDDO
is executed next. The exit option may also be conditional [Use the*IF
]. The starexit command must appear on the same file as the*DO
command.This command is valid in any processor.