Editors > Editor Reference > Editor Commands > Q

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.

Reality V15.0 ()

Q (Editor) (m618503+q.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

Q

Toggles the screen output produced by single-line stepping, between leaving the Editor prompt on screen after each line and overwriting it with the next line.

Syntax

Q

Status Messages

The Editor displays the message Q on  or Q off  to indicate its present state. On initial entry, the default is off; that is, the Editor prompt is overwritten.

Example

:ED FILE1 NAMES
Top
001 DAVE
002 JOHN
003 FRED
E01 003
.Q
Q on
.
001 DAVE
.
002 JOHN
.
003 FRED
E01 003
.Q
Q off
.EX

Note: RETURN is pressed at the end of each line.

RealityV15.0Comment on this topic