Description

Inserts a page break.

Syntax

status = PrintNewPage()

Returns

TRUE$ for successful execution or FALSE$ for failure.

See also

PrintPageStatus()

Example

* Inserts a page break.
If PrintPageStatus(lines)<1 Then
PrintNewPage()
End
  • No labels