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)