I am trying to next a structure within an array. Like this, while looping.
<cfset queryfilterARRAY[#count#][1]=queryfilterStruct> This seems to work okay, but when I try to retrieve the structure from a position in the array, the retrieved data is always the last structure inserted. The structure added last seems to replace all of the previously added values. Am I missing something obvious here? CAN you nest structures within an array? Also, does the way the array is initialized have any bearing here? I am initializing it like this <cfset queryfilterARRAY = ArrayNew(2)> Thanks for the help :) Brook ______________________________________________________________________ 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/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

