Because the default delimiter for a list is a comma (,), and the
example you gave has only 9 values in the list (between commas that
are not empty).

Remember that CF ignores empty list values when counting (so
"a,,b,,,c," is really just "a,b,c")


On 11/14/05, Ray Champagne <[EMAIL PROTECTED]> wrote:
> can anyone tell me why this list:
>
> 2,1,250,This transaction has been
> declined,,P,0,,,101.00,,auth_capture,,,,,,,,,,,,,,,,,,,,,,,,,,69804B3D450BEF23DEFA3646C7BBB430
>
> is seen as a 9-item list in CF?
>
> I'm trying to loop over the list (which is dynamic, this is just one
> example), and output the list position and the value of the list item in
> that position.  Like this:
>
> Response Position 1: 2
> Response Position 2: 1
> ..
> ..
> ..
>
> Ray
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:224120
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

Reply via email to