My brain is fried.

How do I do this?

        <cfloop from="1" to="10" index="i">
                <cfset dynamicName_#i# = #i#>
        </cfloop>

So that I end up with variables name dynamicName_1 through dynamicName_10?

Shawn McKee

______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to