ClrHome
From TI-BASIC Wiki - The free TI-BASIC encyclopedia
:ClrHome
Will clear any text that was on the home screen before the command was executed.
[edit] Location
- PRGM
- I/O
- 8:ClrHome
[edit] Example
:Output(1,1,"1234567890123456 :Output(2,1,"7890123456789012 :Output(3,1,"3456789012345678 :Pause :ClrHome
This program will display a series of numbers on the calculator screen. When the user presses "ENTER", the text will be cleared.
[edit] See Also
- ClrDraw - to clear the graph screen
