<cfloop from="1" to="#arrayLen(firstArray)#" index="x">
<cfloop from="1" to="#arrayLen(firstArray[x].images.secondArray)#" index="y"> <cfoutput>#firstArray[x].images.secondArray[y]#</cfoutput> </cfloop> </cfloop> On Fri, Sep 17, 2010 at 8:18 PM, Richard Steele <[email protected]> wrote: > > I have an array with a structure that has an array. How do I loop through > this in CF8 and retrieve the second array's 5 digit numbers? Thanks in > advance. > > array > 1 | > | struct > | IMAGES | > | | array > | | 1 | 18990 > | | 2 | 99998 > | | 3 | 39209 > |------------------------ > | ID | 13763 > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337199 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

