<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:294702 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

