Difference between revisions of "83Plus:BCALLs:49DE"
From WikiTI
m (Formatting) |
(Destroys) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:83Plus:BCALLs:By Name:Error|DispErrorScreen]] [[Category:83Plus:BCALLs:By Name|DispErrorScreen]] [[Category:83Plus:BCALLs:By Address|49DE - DispErrorScreen]] | [[Category:83Plus:BCALLs:By Name:Error|DispErrorScreen]] [[Category:83Plus:BCALLs:By Name|DispErrorScreen]] [[Category:83Plus:BCALLs:By Address|49DE - DispErrorScreen]] | ||
+ | |||
== Synopsis == | == Synopsis == | ||
'''Official Name:''' DispErrorScreen | '''Official Name:''' DispErrorScreen | ||
Line 8: | Line 9: | ||
=== Inputs === | === Inputs === | ||
− | * | + | * ([[83Plus:RAM:86DD|errNo]]): The error number |
=== Outputs === | === Outputs === | ||
Line 14: | Line 15: | ||
=== Destroys === | === Destroys === | ||
− | + | *All | |
== Comments == | == Comments == | ||
This B_CALL displays the ERR:... line of text for a specified error number. It can be used inside an errorhandler to easily notify the user of what error occurred without getting the quit,goto menu. | This B_CALL displays the ERR:... line of text for a specified error number. It can be used inside an errorhandler to easily notify the user of what error occurred without getting the quit,goto menu. |
Latest revision as of 08:06, 6 February 2008
Synopsis
Official Name: DispErrorScreen
BCALL Address: 49DE
Displays the ERR:... text for a specified error number.
Inputs
- (errNo): The error number
Outputs
None
Destroys
- All
Comments
This B_CALL displays the ERR:... line of text for a specified error number. It can be used inside an errorhandler to easily notify the user of what error occurred without getting the quit,goto menu.