Re: TIB: Re: BASIC Programming Guide


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

Re: TIB: Re: BASIC Programming Guide




really cool!

Do you know how to modifiy a text or prgm variable?
And how to modify an element of a table? (reading is easy, but I don't know
how to modifiy only one element, the only way I see is extracting the list
which contains the element, modifying the element in the list and rebuilding
the table with the modified list - not very fast.)

----- Original Message -----
From: <KeysDezes@aol.com>
To: <ti-basic@lists.ticalc.org>
Sent: Saturday, December 25, 1999 2:01 AM
Subject: Re: TIB: Re: BASIC Programming Guide


>
> Already documented.  The coolest part about expr is that you can use it
> combined with define to parse together programs.  Programs writing
> programs...It's so cool!  And you can use expr or # to recall variables
named
> in a string (but you can only use # if you are storing, of course).
>
>                                             Grant Elliott
>                                             <A
> HREF="http://www.crosswinds.net/~proganon">Programmers Anonymous</A>
>
>
> In a message dated 12/24/99 7:58:08 PM Eastern Standard Time,
> elendur@freesurf.ch writes:
>
> > A very nice possibility (I don't know if you have already documented
it):
> >  with the expr() func., it is possible to execute basic commands.
> >  i.e: expr("disp 1012")
> >  That could be very useful.
>



References: