Editors > Editor Reference > Editor Commands > B (Bottom)

Comment on this topic

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

B - Bottom (Editor) (m618503+b.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

B - Bottom

Positions the line pointer at the end of the item.

Syntax

B

Message

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.

See Also

T (Top), G (Goto), n command.

Example

: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.

 

RealityV15.1 (MoTW) Revision 7Comment on this topic