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.2 Online Documentation (MoTW) Revision 3

P command (DataBasic debugger) (m618706+p.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

P

Suppresses all output from a DataBasic program to the terminal, so that only output from the DataBasic debugger is displayed.

Syntax

P

Operation

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.

The initial status is that set by the P TCL command; this status is restored on exiting the DataBasic program.

Example

*P Off

Suppresses program terminal output until another P command is issued.

See also

P command (TCL)

RealityV15.2Revision 3Comment on this topic