<--- --------------------------------------------------------------------------------------- ---- Blog Entry: ColdFusion ListGetAt() vs. GetToken() Author: Ben Nadel / Kinky Solutions Link: http://www.bennadel.com/index.cfm?dax=blog:784.view Date Posted: Jun 19, 2007 at 5:21 PM ---- --------------------------------------------------------------------------------------- --->

ListGetAt( #intI# ): #ListGetAt( strList, intI, "," )# ERROR: #CFCATCH.Message#
GetToken( #intI# ): #GetToken( strList, intI, "," )# ERROR: #CFCATCH.Message#