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
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
The PAGEOFLOW error condition can be specified at the end of a program statement, in the Exit statement and with the ON error statement.
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:===
===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>

Latest revision as of 15:46, 6 August 2013

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)