contains operator

hershrev hershbp at realtorsgroup.us
Tue Feb 24 19:50:27 EST 2004


On Tuesday, February 24, 2004, at 07:45 PM, Scott Rossi wrote:

> 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"
 From the doc. of Rev.
"Hello" is among the words of "Hello World" -- evaluates to true
"Hell" is among the words of "Hello World" -- evaluates to false
which means even if "c" is among "abc" it'll return false.
Thanks.
>
> Regards,
>
> Scott Rossi
> Creative Director
> Tactile Media, Multimedia & Design
> -----
> E: scott at tactilemedia.com
> W: http://www.tactilemedia.com
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>



More information about the use-livecode mailing list