GO
From ICE Enterprises
Revision as of 17:05, 27 April 2020 by ConvertBot (talk | contribs) (Continues execution of a macro in suspend mode)
Continues execution of a macro in suspend mode
<step> Number of commands to move the macro pointer
(default = 0 to continue execution at current pointer)
This command continues execution of a macro in suspend mode. Suspend mode
occurs when an error is encountered in a macro or can be forced by a PAUSE
command. It is designated by the prompt nM-Suspend> instead of nM>. While
in suspend mode MACRO can be used to display the current macro and will
contain a pointer to the next executable command. If an error occurred, this
points to the command that encountered the error. This pointer can be moved
forward or backward by <step> lines using the GO command. Typing GO with a
step=0 (default) will continue macro execution with the command to the right
of the pointer.
See Also: MACRO, PAUSE, STEP