![]() |
cmd_clrerr | Function (ROM Call 0x32E) |
AMS 1.01 or higher | bascmd.h |
void cmd_clrerr (void); |
Executes TI-Basic 'ClrErr' command.
cmd_clrerr sets the TI-Basic system variable "errornum" to zero and clears the internal
error context variables.
Note: See TRY,
ONERR, and
ENDTRY to learn how to take control over
errors while executing a C program.