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.
Reality V15.0 ()
B - Bottom (Editor) (m618503+b.htm)
Positions the line pointer at the end of the item.
B
The message EOI
n (where n is the last line
number of the item) is displayed if the pointer is at the end of the item.
:EDIT FILE1 ITEM1 Top .L99 001 AAAAA 002 BBBBB 003 CCCCC 004 DDDDD 005 EEEEE 006 FFFFF EOI 006 .G5 005 EEEEE .B 006 FFFFF EOI 006. |
List command. List the first 99 lines in the item. Item has only 6 lines, so entire item is listed. Goto command. Lists line 5. Bottom command. Goes to EOI. |