variables['cMonth' & i]

(assuming the variables scope, of course)

On 4/18/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> How would you "fix" this one?
>
> <Cfset Month1 = 0101>
> <Cfset Month2 = 0102>
> <Cfset Month3 = 0103>
>
> <Cfloop from="1" to="3" index="i">
> <cfset CMonth = "Month" & i>
> <cfset CCMonth = #Evaluate(CMonth)#>
>
> </cfloop>
>
>
> Lee Surma
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237998
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

Reply via email to