contains operator

Cubist at aol.com Cubist at aol.com
Wed Feb 25 02:23:43 EST 2004


sez hershbp at realtorsgroup.us:
>Hi, how do I use the contains operator in a negative way meaning  "does 
>not contain" or " contains not" ?
   If you can use a standard "contains" operator at all, inverting said operator is (or at least should be) fairly trivial. Like so:

  if not (This contains That) then

   Hope this helps...


More information about the use-livecode mailing list