Re: TIB: Re: TI-BASIC Guide


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

Re: TIB: Re: TI-BASIC Guide




Yeah.  We have it on the 89 too.  The best use is to make a string of numbers 
separated by spaces instead of making a list.  It's smaller and you can use 
instring as a member function (since TI never made a member function).  Takes 
a little getting used to though.  This method is much faster than using a for 
loop to go through all the elements of a list.  Also more confusing...