.... I was't talking about the tags, I was talking about the operators (e.g.: != == && || ) - Read my code example again please.
On Dec 13, 2007 11:42 AM, Azadi Saryev <[EMAIL PROTECTED]> wrote: > <cfset ...>, <cfif ..>, <cfdump ..>? TAGS within a cfscript block? > > --- > Azadi Saryev > Sabai-dee.com > http://www.sabai-dee.com > > > > Todd wrote: > > Why? This only works within a <cfscript> block. > > > > <cfset stuff = 1> > > <cfset stuff2 = 1> > > > > <cfif stuff != stuff2> > > <cfset foo = "boo!"> > > <cfelse> > > <cfset foo = "yay!"> > > </cfif> > > <cfdump var="#foo#"> > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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-Talk/message.cfm/messageid:294707 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

