| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|||
|
Just use IF statements.
Maybe get the number off the list and store it on a variable: A Code:
:IF A=1:THEN:Output(1,1,str1):END or something along those lines. |
|
||||
|
Quote:
i was thinking that, but it would take hundreds of lines of code to do that for every row on the calculator. but its probably the best answer |
|
||||
|
Does TI-BASIC not have array functionality? Then you could use any number of loops to control the output.
Short of that, anything like a switch structure? [Edit] It looks like matrices and lists, which the calculator has native support for, can be used much like arrays. You just need to experiment to see whether or not a matrix or list can be used to store strings. |
|
||||
|
A matrix is a 2 dimensional array. You can display, define, a matrix in the matrix editor. The TI83+ and TI84 have 10 matrix variables, [A] thru [J]. You can define a matrix directly in an expression. A matrix, depending on available memory, can have up to 99 rows and columns. However, you can store only REAL numbers in the matrices.
![]() |
|
|||
|
Just write the code out, its slow but it's a lot faster than anything else.
|
![]() |
| Viewing: Dev Hardware Forums > SOFTWARE > TI 83/84 > Variable strings |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|