Section 1.4---Strings
Section 1.4---Strings

Home

The calculator can not only support numbers, it can also support text. Like numbers are stored to variables (A,B,C,D,E, etc.), text can also be stored to variables. These variables are called Strings. The Ti-83, 83+, and 83+SE have ten strings. With other calculators like the 89 and 92, variables and strings can be named anything they want. The ones used in this tutorial have Str0 through Str9. Strings can be used just like other variables. You can use the command "Disp Str7", or the command "Input "What is your name?",Str7". To store something to a string just use the store command, and put quotes around the text. Example: :"Hello World!"->Str7.

To access the string variables. Press [VARS][7] and the number of the string you want.

Section 1.5---If-Then Statements