List
Outputs all or a part of the program content to the macro console.
List [<Line No. 1>][-<Line No. 2>]
Parameters
None.
Return Value
None.
Description
Outputs the program from <Line No. 1> to <Line No. 2> to the macro console.
Omitting <Line No. 1> and <Line No. 2> will cause the whole program to be output.
If <Line No. 2> is omitted, only <Line No. 1> will be output.
If <Line No. 1> is omitted, the program will be output from the head to <Line No. 2>.
Example
List the entire Macro Program that is currently loaded.