Re: TIB: Search String


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

Re: TIB: Search String




ATTENTION ALL TI-86 BASIC PROGRAMMERS
In just a few days (depending on the ticalc.org file archivers), inString( )
will be available for the TI-86.  It is one of the 70 "functions" in my new
86-BASIC library, which also includes:
* number-to-string and string-to-number routines
* a string comparison function (like C's strcmp( ) )
* lots of stats functions including binomialcdf( ) and normalcdf( )
* several useful math functions including prime factorization and lcm of a
list
which will soon be available at
http://www.ticalc.org/pub/86/basic/programs/86lib.zip

----- Original Message -----
From: "Jeff Parker" <mechisiii@yahoo.com>
To: <ti-basic@lists.ticalc.org>
Sent: Thursday, October 12, 2000 16:05
Subject: Re: TIB: Search String


>
> Yeah, there's a way to do this, but it does use
> inString.  If you have an 82, 83/+ I know it will
> work, but not sure about any other calcs.
> Here is the context:
>
> If inString(StrX,StrY
> StrY->StrZ
>
> What this does is this:
> If StrY is found anywhere in StrX, it will output a
> number besides 0, so this If statement will be true.
>
> -Jacotus
>
>
> > Is there a way to search a variable for keywords,
> > but instead of storing it
> > as a number, store it as the word it finds, or
> > another way without the
> > inString?
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Get Yahoo! Mail - Free email you can access from anywhere!
> http://mail.yahoo.com/
>
>



References: