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: [EMAIL PROTECTED]
W: http://www.tactilemedia.com

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

Reply via email to