Re: TIB: TI-89 list


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

Re: TIB: TI-89 list




When I do:

#list[1] -> var

var then equals

abc[1]

How do I get just abc from there?

Dan


In a message dated 1/18/2000 3:54:33 PM Mountain Standard Time, 
KeysDezes@aol.com writes:

> It depends what you're trying to do.  If you want to display abc somewhere, 
>  you can use Text, PxlText, PtText, etc.  If you want the value of the 
>  variable abc, you can use indirection like this: #list[1]