Re: Accessing individual items in a list
[Prev][Next][Index][Thread]
Re: Accessing individual items in a list
Depends on the calculator. For the 85/86, you do xStat(2) for the second
element. For the 92, you do xStat[2]. I think the 82/83 is the same as
the 85/86, double check the manual though.
>> 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.