William - Oddly that code produces the following error:
Invalid CFML construct found on line 645 at column 71. ColdFusion was looking at the following text: = The CFML compiler was processing: .A cfset tag beginning on line 645, column 7. .A cfset tag beginning on line 645, column 7. .A cfset tag beginning on line 645, column 7. The error occurred in C:\Websites\bigfatdev.com\htdocs\testing\Array\Calc_Step_4.cfm: line 645 643 : 644 : <cfloop collection="#SESSION.PCalc#" item="key"> 645 : <cfset (SESSION.MyCalcArray[arrayLen(SESSION.MyCalcArray)][key]) = #SESSION.PCalc[key]# /> 646 : </cfloop> 647 : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5340 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm
