1. Search....
Hy,
I want to know how you can search in a string....
E.G.
"Hello, i'm crazy"
I want to search for "crazy" in it,
but I only need to know IF it's located
in the sequence....
Get it?
Bye,
PQ
QC
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
2. Re: Search....
Use match like so:
if match("crazy","Hello, i'm crazy") then
...
end if
EUPHORIA at LISTSERV.MUOHIO.EDU wrote:
> Hy,
>
> I want to know how you can search in a string....
>
> E.G.
> "Hello, i'm crazy"
> I want to search for "crazy" in it,
> but I only need to know IF it's located
> in the sequence....
>
> Get it?
>
> Bye,
> PQ
> QC
>
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
--
Jeffrey Fielding
JJProg at cyberbury.net
http://members.tripod.com/~JJProg/