Re: TIB: problem


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

Re: TIB: problem




You don't need the parenthesis around the var:
:2->#string1
works just as well.

-Miles Raymond      EML: m_rayman@bigfoot.com
ICQ: 13217756       IRC: Killer2        AIM: KilIer2 (kilier2)
http://www.bigfoot.com/~m_rayman/

----- Original Message -----
From: <Ted21@aol.com>
To: <ti-basic@lists.ticalc.org>
Sent: Tuesday, October 05, 1999 7:08 PM
Subject: Re: TIB: problem


> One of the best features (because I like working with strings) on the
Ti-89
> is the inderection operator.  It has been a while since I used it, so
frankly
> all of what I am telling you is not definitly possible.  The inderection
> operator can be accessed from the catelog, and when used has the # symbol.
> What it does is uses the contents of a string as a variable.  Example:
>
> "answer"->string1       :@string1 contains "answer"
> 2->#(string1)               :@the variable answer contains the value 2
>
> I hope this helps,
>    Ted



References: