if you do not like <CFSET> tag for some reason, you can do it inside a cfscript block...
Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Priya Koya wrote: > How do I save these values in a variables? > > On Mon, Feb 9, 2009 at 12:35 PM, Azadi Saryev <[email protected]> wrote: > > >> <cfoutput> >> <cfloop list="#form.fieldnames#" index="field"> >> <cfif left(field, 5) eq "radio"> >> #field# : #form[field]#<br /> >> </cfif> >> </cfloop> >> </cfoutput> >> >> Azadi Saryev >> Sabai-dee.com >> http://www.sabai-dee.com/ >> >> >> >> >> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319112 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

