Re: A86: Chem86


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

Re: A86: Chem86



although this looks good, to do an efficient search, it woul be better
to use an array and make a function to search a string for any instances
of a string or character. this would make it more efficient and cut down
on size.
MTNBIKE560@aol.com wrote:
> 
> In a message dated 97-09-02 18:48:24 EDT, you write:
> 
> << The Prev and Next buttons would be doable, but not very well on the
>  homescreen.  The Search will take a while longer, but I'll add it to my
>  future plans list (along with equation balancing... :-)
>   >>
> what do you mean on the homescreen?  Also,  the search wouldn't take very
> long-- l've made a program for a foreign language before that would search
> for words:
> 
> InpSt "",A
> If A=="car":Disp "carrus, -i, m."
> 
> and it has about 500 words.
> 
> and the same could be done for chemistry, but with all of the stuff that
> would be displayed you might want it to work more like this:
> 
> InpSt "",A
> :
> :
> If A=="Au":Goto GOLD
> 
> or something like that


References: