PAGEOFLOW: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "The PAGEOFLOW error condition can be specified at the end of a program statement, in the Exit statement and with the ON error statement. ===Error traps:=== PAGEOFLOW traps th...")
 
No edit summary
Line 3: Line 3:
===Error traps:===
===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.
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)]]


<noinclude>
<noinclude>
[[Category:Error Conditions]]
[[Category:Error Conditions]]
</noinclude>
</noinclude>

Revision as of 16:12, 8 April 2013

The PAGEOFLOW error condition can be specified at the end of a program statement, in the Exit statement 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)