Yes, I started trying this after I posted my message, and I'm pleasantly surprised to see that you *can* use two characters as list delimiters.
Thanks, Jamie On Tue, 18 Jun 2002 16:03:28 -0400 (EDT), in cf-talk you wrote: >Treat one line at a time as a list: > ><cfset crlf = chr(13)&chr(10)> > ><cfloop index="oneLine" list="#blob#" delimiters="#crlf#"> >#oneLine#<br> ></cfloop> > >~Todd > >> Any ideas (on how to read the data one line at a time - or another >> solution)? >> >> Thanks, >> Jamie >> ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

