Matthew, Thanks, that worked.
James -----Original Message----- From: Matthew Walker [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 9:11 PM To: CF-Talk Subject: RE: Incrementing a counter You would have to <cfset counter = counter + 1> IncrementValue(counter) returns counter + 1 but you're not actually updating the value of counter. I a case like this I'd use <cfloop index="counter" from="1" to="#listlen(ReasonList)#"> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

