1100
Appendix A: System Routines — Utilities
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
cmd_newprob
Declaration:
void
cmd_newprob
(void)
Category(ies):
Utilities
Description:
Delete single letter variables a through z in the current folder, reset CAS
arbitrary real and integer variable number counters to zero, turn off
graphing of functions and data plots, then clear the graph screen, program
I/O screen, table screen, and Home screen, and reset the error state.
This routine implements the TI
-
BASIC NewProb command.
Inputs:
None
Outputs:
None
Assumptions:
None
Side Effects:
None
Availability:
On AMS 1.05 and higher.
TI
-
89 / TI
-
92 Plus
Differences:
See Also: cmd_clrdraw, cmd_clrgraph, cmd_clrhome, cmd_clrio
Example:
cmd_newprob();