<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > XPRINT > XPRINT_Close |
Description
Close a print job so the printer can start printing.
Syntax
XPRINT_Close
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
Remarks
XPRINT_Close detaches the printer from the current process, allowing printing to begin.
If XPRINT_Close is not executed, printed data may be lost.
Restrictions
See also
Examples