How about... put (myString contains "cat") and not((myString contains "dog") or (myString contains "mouse"))
Terry... On 21/9/08 8:35 AM, "Bill Vlahos" <[EMAIL PROTECTED]> wrote: > I want to determine if a string contains a word but doesn't contain > two other words. > > For example (in the message box): > put "Internet Work" contains "Work" is true > > How do I ask if the string contains "Internet" but not "Work" or "Home"? > > Bill Vlahos > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution -- Dr Terry Judd Lecturer in Educational Technology (Design) Biomedical Multimedia Unit Faculty of Medicine, Dentistry & Health Sciences The University of Melbourne Parkville VIC 3052 AUSTRALIA 61-3 8344 0187 _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
