contains operator

Dar Scott dsc at swcp.com
Tue Feb 24 19:50:19 EST 2004


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
   if y is not in x then beep
   if x contains y, not so then beep  -- just kidding

Dar Scott



More information about the use-livecode mailing list