Recently, "hershrev" wrote: > 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. Note the use of "among the chars", not just "among". You need to specify a chunk type. 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
