| Ti-83 Basic | |
| The Basics 1.1: Getting Started 1.2: The "Disp" Command 1.3: The "Input" Command 1.4: Strings 1.5: If-Then Statements 1.6: "For" Loops 1.7: "While" Loops 1.8: The "Getkey" Command Creating Menus 2.1: Lbl and Goto Commands 2.2: The "Menu" Command Graphics 3.1: Setting up for Drawing 3.2: Graphing 3.3: Graph-Coordinates Drawing 3.4: Screen-Coordinates Drawing 3.5: Pictures 3.6: "Input" Revisited 3.6: Advanced Menus 3.8: Dynamic Menus 3.9: Dialog Boxes Miscellaneous 4.1: Memory Management 4.2: Creating Lists and Saved Games 4.3: Using with MirageOS 4.4: Tips and Hints | Strings 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. |
![]() The text in this tutorial is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License. | |

