Steve Good wrote:
> 
> 2.  Using code i'll put below, i get this error, and i am baffled.
> 
> Here is the error:
> 
> Invalid list index 17. In function ListGetAt(list, index [,
> delimiters]), the value of index, 17, is not a valid as the first
> argument (this list has 16 elements). Valid indexes are in the range
> 1 through the number of elements in the list.
> 

Try doing this before pulling the individual list items out...
<cfset record = replace(record, chr(9), "#chr(9)# ","all")>

Then just remember to trim your data before insertion.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:261638
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to