Cont
Continues the execution of a program halted by a stop statement.
Parameters
None.
Return Value
None.
Description
This command is a direct command intented to start execution from the same location when the program is halted with the Stop command.
While the program is stopped you can print the variable name, etc., however, if the content of the program is changed, there may be cases where it cannot be continued.
Example
When the stop statement is executed in the program, execution of the Macro Program's processing is suspended; however, the Macro Program processing is not exited.Thus, the processing of the menu will not be continued.
In addition, the following prompt will be displayed to the macro console.
MACRO>
While the prompt shown above is displayed, it is possible to directly imput Macro Commands.
Example: MACRO> Print A&[ENT]
When the Cont command is input, program processing halted by the Stop statement is continued.
Example: MACRO> Cont[ENT]