Editors > Editor Reference > Editor Commands > S (Suppress line numbers)

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

S - Suppress line numbers (Editor) (m618503+s.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

S - Suppress line numbers

Toggles suppression of line numbers when lines are listed using the L (List) command.

Syntax

S

Status Messages

The Editor displays the message SUPPRESS ON  or SUPPRESS OFF  to indicate its present state. On initial entry, this function is OFF.

Example

:ED FN5 XX
Top
.S
SUPPRESS ON
.L99
 ABC
 ABCDEF
 123456789
EOI 003
.S
SUPPRESS OFF
.L99
Top
001 ABC
002 ABCDEF
003 123456789
EOI 003
.


S command suppresses line numbers.

Line numbers are suppressed.




S command restores line numbers.

Line numbers are listed.

 

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