HOME >> Tutorials >> Tutorial 2 >> Fake Memory Clear

Fake Memory Clear
Here's a program that just displays "Mem Cleared" on the Home screen, just like it does when you Reset the calculator. If you are manually, putting code into your calculator, you've probably noticed already that you can't do lowercase letters (If you use the TI-Graph Link software you can use some lowercase letters). In order for us to be able to write "Mem Cleared" on the screen, we have to use different letters from all the commands that the TI has. Remember: You can find all of these commands by pressing 2ND and 0.

: For AShell, SOS, and TI-Explorer
ClrHome Clears the home screen
Output(4,3,"Menu(")
Output(4,5,"min(")
Output(4,6," ")
Output(4,7,"cos(")
Output(4,8,"length(")
Output(4,10,"abs(")
Output(4,11,"real(")
Output(4,13,"det(")
Output(4,14," ") 2 spaces

If anyone has figured out a shorter way of doing this please send me the code.





Problems with this page?
Contact the Webmaster.