Previous Topic: LOCATE CommandNext Topic: MEMORY Command


Using the LOCATE Command

To move to a specific line, you specify the line number of the line you want displayed.

To move to the beginning of the module, you can specify 0 as the line number, and the first line of the module will be the top line displayed.

To move to the end of the module, you can specify the last line number or any larger number, and the last line of the module will be the top line displayed. For example, if the last line of the module is numbered 307 and you use 999, line number 307 will be the top line displayed.

This command is available in edit and browse modes.