As in (plz pardon the pseudo code lol)...
Set variable A to 0
Loop 10 times {
variable A = A+1
Set variable X(A) to User Input (or whatever)
}
Say "The first input was " X1
Say "The second input was " X2
etc
I'm fairly sure there are no native array functions but I wondered if anyone had figured out a way to "fake" it? And I don't mean an array as in just for user input but for computed data, etc. TIA
Offline
You can use lists from the variable tab.
Last edited by demosthenes (2009-10-29 16:04:59)
Offline