Can I make a suggestion, I am not sure where people are learning this but this line
<cfset SESSION.MyCalcArray[SESSION.LZQuote.ThisItem] = "#SESSION.PCalc#"> Should actually be written <cfset SESSION.MyCalcArray[SESSION.LZQuote.ThisItem] = SESSION.PCalc /> Or <cfset SESSION.MyCalcArray[SESSION.LZQuote.ThisItem] = SESSION.PCalc > This will not fix your problem, but people you need to realise that the hashes actually had processing time to the execution of the parser in ColdFusion. Regards, Andrew Scott http://www.andyscott.id.au/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:5324 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm
