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)
Forces printing of any data that is waiting to be output. Its function is similar to the DataBasic PRINTER CLOSE statement.
PC
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.
*
PC
Forces printing of data waiting to be output.