first off.. the ##'s aren't needed inside of functions (usually). So.. <cfif arguments.argname eq "text1" or arguments.argname eq "text2"> .... </cfif>
On Sat, Mar 15, 2008 at 3:14 PM, Ioannis Papanikolaou <[EMAIL PROTECTED]> wrote: > Hello people, > > Quick one. : > > I am trying to do <cfif #arguments.argumentname# EQ "Text1"> function..... > </cfif> > And it works perfectly. When I am trying to add more texts than I want this > variable to be equall with like: > <cfif #arguments.argumentname# EQ "Text1" OR "Text2"> function..... </cfif> > then I have a is not. > > any ideas? > > Thanx > Ioannis > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:256507 Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
