> How do I ask if the string contains "Internet" but not "Work" or "Home"?

You could also do:

  if ("Internet" is in tString) and ("Work" is not in tString) and ("Home"
is not in tString) then
    -- whatever you want to do
  end if

Ken Ray
Sons of Thunder Software, Inc.
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/


_______________________________________________
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

Reply via email to