ZDIV: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "The ZDIV (Divide by zero) error condition can be used at the end of a program statement, in the Exit statement, and with the ON error statement. ===Error Trap:=== ZDIV tr...")
 
No edit summary
 
Line 3: Line 3:
===Error Trap:===
===Error Trap:===
ZDIV traps the error that occurs when division by zero is attempted.
ZDIV traps the error that occurs when division by zero is attempted.
<noinclude>
[[Category:Error Conditions]]
</noinclude>

Latest revision as of 18:12, 24 January 2013

The ZDIV (Divide by zero) error condition can be used at the end of a program statement, in the Exit statement, and with the ON error statement.

Error Trap:

ZDIV traps the error that occurs when division by zero is attempted.