Peter Mayer wrote: > > I know this example isn't very good but the general question still exists > if it is a bug that during a cfloop within a cfoutput always the first row > is returned and not the currentrow record.
Presuming this is your actual question: some call it a bug, some call it a feature, but I doubt it will ever change because it will break applications that have been working since the previous century ;-) BTW, my favourite workaround is not to set temporary values, but loop over the query like it is a structure of arrays: queryname.columnname[rownumber] Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

