The Text Commands

We're glad you came by, but you might find what you're looking for elsewhere.

TI-Basic Developer is not the site it once was. While its information on commands and other calculator features remains almost second-to-none, its forum, archives, and even hosting service, Wikidot, have been decaying for years. The calculator community would love to see what you're working on, or help you in your next coding adventure, but TI-Basic Developer is no longer the place to do it.

Instead, you should head over to Cemetech (primarily American) or TI-Planet (primarily international). Both are active, well-established forums with their own archives, chatrooms, reference material, and abundant coding tools and resources. We'll see you there, we hope.

Displaying text is a fundamental part of programs because the user will not know what is going on if a program does not display anything on the screen. Most things that you do in a program are displayed on the screen. This includes giving the user instructions, math calculations, or anything else.

There are four commands that are used for displaying text:

The first two commands are for the home screen and the third command is for the graph screen. The fourth command is unique unto itself because it can not only display text on the home screen, but also pause the program until the user resumes it again.

The things that you can display include: text (the text needs to be within quotes), numbers, variables, or expressions. When displaying a variable the current value of the variable will be used, while the expression will be evaluated before it is displayed.

There are certain advantages and disadvantages to each command, and there are also certain situations where each command should be used. You should experiment with the commands to become familiar with them.

.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Noncommercial 2.5 License.