I thought images was a structure containing an array?

On Tue, Sep 21, 2010 at 5:15 PM, Richard Steele <r...@photoeye.com> wrote:

>
> Thanks all. That was very helpful. Here's the code I ended up using.
>
>
> <cfloop from="1" to="#arrayLen(keyword_results)#" index="x">
>    <cfloop from="1" to="#arrayLen(keyword_results[x].images)#" index="y">
>        <cfoutput>#keyword_results[x].images[y]#</cfoutput>
>    </cfloop>
> </cfloop>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:337289
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to