As I noted above, you have to have the rowCount element [1], too: <cfloop from="1" to="10" index="idx"> Guest #idx#: #guestdetail["guest" & idx][1]#<br> </cfloop>
>> <cfloop from="1" to="10" index="idx"> >> Guest #idx#: #guestdetail["guest" & idx]#<br> >> </cfloop> > >I had tried that, and got: > >"Element GUEST is undefined in GUESTDETAIL" > >But I can directly output #guestdetail.guest1# through 10 with no problems. > >Hmmmm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317617 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

