 |
find_error_message |
Function (ROM Call 0x2C1) |
Returns a TI-Basic error message string.
find_error_message returns a pointer to the text of the TI-Basic error message string
with the code err_no. See the TI-Basic manual for a list of various error codes. If
err_no is not a valid error code, the routine returns a pointer to the string
"Unknown ERROR code", or its localized version if a language localization is active (on
AMS 2.xx).
find_error_message may return NULL.
Uses: XR_stringPtr, EV_runningApp, OO_CondGetAttr
Used by: ERD_dialog, HomeExecute