On Tuesday, February 24, 2004, at 07:50 PM, Dar Scott wrote:



On Tuesday, February 24, 2004, at 05:37 PM, hershrev wrote:


Hi, how do I use the contains operator in a negative way meaning "does not contain" or " contains not" ?

if not (x contains y) then beep
This is the one.
Your the person of the day.
Thanks.
  if y is not in x then beep
  if x contains y, not so then beep  -- just kidding
after a day's of work you deserve a little bit having a good time.

Dar Scott


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to