and this should work on any system: <cfloop list="#cfhttp.fileContent#" delimiters="#chr(13)##chr(10)#" index="thisRow">
cf treats consecutive delimiters as one, and here is a caveat with your proposed ListLen use: if your list = "a,b,c,,,f" then listlen(yourlist) will return 4, not 6. --- Azadi Saryev Sabai-dee.com http://www.sabai-dee.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293770 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

