<cfset VARIABLES["confirmrestrictionsite1_#primernum#"] = ucase(VARIABLES["confirmrestrictionsite1_#primernum#"])>
or <cfset VARIABLES["confirmrestrictionsite1_" & primernum] = ucase(VARIABLES["confirmrestrictionsite1_" & primernum])> etc (assuming CFMX). -----Original Message----- From: Richard Colman [mailto:[EMAIL PROTECTED] Sent: Thursday, 9 June 2005 9:04 To: CF-Talk Subject: MORE: Naming variables within a loop Thank you. That part is working, but this is starting to give me a headache. How about: <cfset "confirmrestrictionsite1_#primernum#" = #ucase(confirmrestrictionsite1_primernum)#> Of which I have tried several variations ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:209054 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

