PAGEOFLOW

From BR Wiki
Jump to navigation Jump to search

The PAGEOFLOW error condition can be specified at the end of a program statement, in the Exit statement, in OPEN statements, and with the ON error statement.

Error traps:

PAGEOFLOW traps the error that occurs when the number of lines printed since the last page feed equals or exceeds the page length specified in an OPEN display statement. (The default page length is 60 lines.) PAGEOFLOW is unique in that it is the only error condition that will trap the page overflow condition. If PAGEOFLOW or ON PAGEOFLOW is not used, the page overflow will be ignored. Neither ERROR nor IOERR will trap this condition.

For disambiguation purposes, see also BRconfig.sys PAGEOFLOW (Config)