contains operator
Scott Rossi
scott at tactilemedia.com
Tue Feb 24 19:45:08 EST 2004
Recently, "hershrev" wrote:
> how do I use the contains operator in a negative way meaning "does
> not contain" or " contains not" ?
I don't know if there is a way to write a negative contain, but you can use:
"c" is not in "ab"
Or
"c" is not among the chars of "ab"
Regards,
Scott Rossi
Creative Director
Tactile Media, Multimedia & Design
-----
E: scott at tactilemedia.com
W: http://www.tactilemedia.com
More information about the use-livecode
mailing list