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: [EMAIL PROTECTED] W: http://www.tactilemedia.com
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
