> That way will work 99% of the time, there is almost always a way to avoid > using Evaluate() and SetVariable(). You can also do things like > <cfoutput>#Form["blah_#i#"]#</cfoutput> only point that out since the prior > example might imply you would have to first do something like <cfset foo = > "Blah_#I#" /> and then <cfoutput>#Form[foo]#</cfoutput>
Well Aaron my example properly inits the value of the dynamically named var...so the way you go about things or what you're trying to accomplish will determine what you do with it. Ultimately the point is #Form["blah_#i#"]# replaces Evaluate() Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:247689 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

