> I have tried these (within a query loop): 
> <cfset payment.[due.pkWebUser] = StructNew()>
> <cfset payment.evaluate(due.pkWebUser) = StructNew()>
> <cfset payment.#due.pkWebUser# = StructNew()>
> 

<cfset "payment.due[#pkWebUser#]" = structNew()>


______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to