Re: Accessing individual items in a list


[Prev][Next][Index][Thread]

Re: Accessing individual items in a list



>> I would like to know how to access individual items from a given list
>> in TI-basic.  i.e. I would like to step through the xStat list, and
>> after a conditional, get the corresponding yStat value to do something
>> with.


To access the Nth element of the list xStat simple use xStat(N), you may use
this in if...then constructions to pick out special elements.


References: