Depends on what you are looping over... Looping over a list: listgetat(listname, position, delimiter)
Looping over an array: arrayname[index] Looping over a query: queryname.columnname[index] Hope this helps... Jeff Garza -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2003 7:32 PM To: CF-Talk Subject: Get current row value in CFLOOP I forgot how to do this.. Have a loop, want to grab the current value of an item from that row. I went with loopname.currentrow.topic_id Error Is it loopname.topic_id[currentrow] or something that that instead?? Thanks!!! Regards, Eric J. Hoffman DataStream Connexion www.datastreamconnexion.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

