Hershrev, I use something like this:
if myVar contains "sometext" is false then doSomeThing or if myVar contains "sometext" is true then doSomeThingElse This seems to work for me, but YMMV depending on how you're gonna use it. joe. > Message: 10 > Date: Tue, 24 Feb 2004 19:37:08 -0500 > From: hershrev <[EMAIL PROTECTED]> > Subject: contains operator > > Hi, how do I use the contains operator in a negative way meaning "does > not contain" or " contains not" ? > Thanks hershrev > _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
