TI-BASIC:Clrtable

From Learn @ Cemetech
Jump to navigationJump to search

CLRTABLE.GIF

Command Summary

Clears saved calculations for the table screen.

Command Syntax

ClrTable

Menu Location

While editing a program, press:

  1. PRGM to access the program menu.
  2. RIGHT to access the I/O submenu.
  3. 9 to select ClrTable.

Calculator Compatibility

TI-83/84/+/SE

Token Size

1 byte

The ClrTable command clears all calculations for the table screen shown if you press 2nd TABLE. That is, all already-calculated values in the table are cleared, and TblInput is deleted. In IndpntAuto and DependAuto mode, this usually isn't noticeable because the table will be recalculated almost immediately when you next look at it (unless one of the entered functions is so complicated it takes a while to calculate it). This mainly has an effect in IndpntAsk or DependAsk mode, in which case the corresponding parts of the table will be cleared entirely.

Advanced Uses

As a side effect, ClrTable seems to have all the effects of ClrDraw -- it clears the graph screen, and any equations or plots will be regraphed when next the graph screen is displayed.

Command Timings

ClrTable and ClrDraw take the same amount of time to clear the screen.

Related Commands