Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TRUE$ for successful execution or FALSE$ for failure.

See also

PrintPageStatus()

Example

Code Block
* Inserts a page break.
If PrintPageStatus(lines)<1 Then
PrintNewPage()
End