PrintNewPage function
Description
Inserts a page break.
Syntax
status = PrintNewPage()
Returns
TRUE$ for successful execution or FALSE$ for failure.
See Also
Example
* Inserts a page break. If PrintPageStatus(lines)<1 Then PrintNewPage() End ** **