Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
N - Next (Editor) (m618503+n.htm)
Increments the line pointer by a specified number of lines (default, one line) and lists the new current line.
N{n}
n is the number of lines to increment the line pointer.
If you specify a value for n that is greater than the number of lines in the item, the Editor moves the line pointer to the end of the item.
:EDIT FILE1 ITEM1
|
List command. List the first 99 lines in the item. Item has only 6 lines, so entire item is listed. Null command. Because current line pointer is at EOI, the first line is listed. Null command. Lists next line. N (next) command. Moves down 2 lines and lists line. |