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.


Uses: clear_error_context, Float0Index, VarStore
Used by: cmd_newprob


See also: cmd_try, cmd_passerr