Re: TIB: Search String


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

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/



Follow-Ups: