put them together and use them both as the delimiter like this:

<cfset crlf = chr(13)&chr(10)>

<cfloop delimiter="#crlf#"...>

When you specify muliptle characters as the delimiter CF will use 
EITHER ONE
as the delimiter.

+-----------------------------------------------+
Bryan Love
  Macromedia Certified Professional
  Internet Application Developer
  Database Analyst
Telecommunication Systems
[EMAIL PROTECTED]
+-----------------------------------------------+

"...'If there must be trouble, let it be in my day, that my child may 
have
peace'..."
        - Thomas Paine, The American Crisis



-----Original Message-----
From: Phillip Broussard [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 22, 2002 12:18 PM
To: CF-Talk
Subject: correct delimiter?


Is Chr(13)  the right end of line delimiter for a tab delimited file? I
have to grab info from a text file but cant remember if char(13) is
correct.

Thanks

Phillip Broussard
Tracker Marine Group
417-873-5957



______________________________________________________________________
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation � $99/Month � Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
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