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
> 

-- 
============================================================
Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/ |
        Team Macromedia Volunteer for ColdFusion           |
http://www.macromedia.com/support/forums/team_macromedia/  |
http://www.flashCFM.com/   - webRat (Moderator)            |
http://www.ultrashock.com/ - webRat (Back-end Moderator)   |
============================================================

______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
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

Reply via email to