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.