![]() |
find_error_message | Function (ROM Call 0x2C1) |
AMS 1.01 or higher | error.h |
const char *find_error_message (short err_no); |
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".
find_error_message may return NULL.