DataBasic Reference > The Debugger > Summary of Debugger Commands > PC

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.

RealityV15.1Online Documentation (MoTW) Revision 7

PC command (DataBasic debugger) (m618706+pc.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

PC

Forces printing of any data that is waiting to be output. Its function is similar to the DataBasic PRINTER CLOSE statement.

Syntax

PC

Operation

Normally, printer output is held until a PRINTER CLOSE statement is executed by the program. The PC command lets you print out anything that is already in the print queue.

Example

*PC

Forces printing of data waiting to be output.

RealityV15.1 (MoTW) Revision 7Comment on this topic