Re: A86: Variables


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

Re: A86: Variables




Yeah, but that shouldn't matter, because the calc tokenizes basic program
before they are run if it's been edited (i.e. un-tokenized).  Hmm, is there
a token or a flag for this?  Or does it just read the data and guess?

----- Original Message -----
From: <TGaArdvark@aol.com>
To: <assembly-86@lists.ticalc.org>
Sent: Monday, February 01, 1999 8:53 PM
Subject: Re: A86: Variables


>
>> i was wondering if you could simply change the variable type of the
>> equation to a program then insert the token for a basic program at
>> the beginning and use the _exec_basic command to run the
>> equation, the result should then be stored in Ans, would this be at
>> all possible?
>
>Yes, but even numeric equations are tokenized (IE plus is not +).
>
>