> Sorry, that's what I get for suggestion code without testing > it. If one uses array notation, they must note complete, > column and row. This works as test on 6.1. Should also work > on 7, but I have not upgrade my workstation yet. All three > methods output the same value from my test query. > > <cfoutput query="test"> > #test.factoid#<br/> > #test['factoid'][currentRow]#<br/> > #test[listGetAt(test.columnList,2)][currentRow]#<br/> > <br/> > </cfoutput>
Cool beans. I never tried accessing it with the row number also, so I'm glad to see that it works that way at least. -Justin ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:222962 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

