hello,

i m trying to find out if there are people out there
who have worked with the combination of the 'find'
command together with boolean operators such as "and"
"or" & "not"

i m trying to find a way of searching through text in
a bkgnd text field on hundreds of cards.  

ex: 
repeat with i = 1 to x --the total number of cards in 
                         this stack

   find "cat" and "lion" in field "theText" of card i
   find "cat" or "lion" in field "theText" of card i
   find "cat" not lion" in field "theText" of card i
   if the result is empty then put the name of card i
   into field "titleText" --where the name of the card

                            is also the title of 
--same goes for the "or" and "not"
end repeat

is something like this possible...is there anywhere i
can look at as ref.  any help would be much
appreciated... thanks.

--rosli





__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to