> In MX, you can do
>
> <cfset variables[foo] = value>
>
> Where foo is ID, this will make variables.id equal to value.
>
> Before MX, you can use evaluate
>
> <cfset foo = "id">
> <cfset evaluate("#foo#=1")>
> <cfoutput>#id#</cfoutput>
>
> Although this is icky. ;)Icky? Ah, a technical term. <jk> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 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

