Yes, I know what you were showing and it makes perfect sense for that example. I was just trying to show other ways to avoid the function that might be the best option for different scenarios.
On 7/25/06, Bryan Stevenson <[EMAIL PROTECTED]> wrote: > > > 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() > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:247704 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

