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