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
P command (DataBasic debugger) (m618706+p.htm)
Suppresses all output from the DataBasic program to the terminal, so that only output from the DataBasic debugger is displayed.
P
Each time you issue the P command, it toggles the status. The word On
or Off
is displayed next to the P command to let you know what the current status is. Off
indicates that program output is suppressed, while On
means that it displays.
*
POff
Suppresses program terminal output until another P command is issued.