Page 1 of 1

Is possible array ?

Unread postPosted: 28 Jan 2022, 09:25
by BluStar
Is it possible to use array with ti-basic?
Example:
a (1)
a (2)
a (3)
etc..

thanks

Re: Is possible array ?

Unread postPosted: 28 Jan 2022, 11:15
by Hamza.S
No, it is not possible.

Re: Is possible array ?

Unread postPosted: 28 Jan 2022, 11:34
by Adriweb
Not sure what you mean exactly by "array", but lists (and matrices) exist.
Once created, you access each element with myList[1], myList[n]...