Devin, Thanks for your help! Appreciate it!
Warren On 7/22/09, Devin Asay <[email protected]> wrote: > > > On Jul 22, 2009, at 1:40 PM, Warren Kuhl wrote: > > Is there anyway to use a NOT condition with Contains, Begins With, Ends >> With? >> >> I am trying to create a if statement with multiple conditions... >> >> ie. >> >> If tData does not contain "Tree" and tData Begins with "House" then >> ...do something >> End if >> > > Try: > > if not(tDate contains/begins with/ends with) "house" then > > There is also the is in/is not in comparison operator. > > HTH > Devin > > Devin Asay > Humanities Technology and Research Support Center > Brigham Young University > > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
