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 ()
D command (Proc) (m618403+d.htm)
Displays all or part of the primary input buffer or the current parameter of the active input buffer.
D{n}{+}
n specifies the number of the parameter to be displayed.
If n equals 0 (zero), all parameters in the primary input buffer are displayed.
+ inhibits a RETURN/LINE FEED at the end of the D command.
The most frequently used version of the D command is the D0 form, which displays the entire primary input buffer. Other forms of Dn display parameters of the primary input buffer one at a time.
When the D command is used alone, the current parameter of the active input buffer is displayed. The current parameter is the one pointed to by the buffer pointer in the active input buffer.
The pointer does not change position with the D command.
Command | Primary Input Buffer | Displays |
---|---|---|
D0
|
123^456^789 ↑ |
123^456^789
|
Command | Primary Input Buffer | Displays |
---|---|---|
D3
|
1422^DSS^34RD^Z ↑ |
34RD
|
Command | Active Input Buffer | Displays |
---|---|---|
D
|
ABC^DEF^GHI ↑ |
DEF
|