Try #chr(13)##chr(10)# (CRLF)

-----Original Message-----
From: Bud [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 12, 2001 2:38 PM
To: CF-Talk
Subject: Proper setting of line breaks


Hi all. When writing a file to an NT server, how do you do line 
breaks so that text files will wrap at the breaks in notepad? 
Everything always comes out on a single line. I've tried:

#chr(13)##chr(12)# (CRLF)
#chr(13)# (CR)
#chr(10)# (NewLine)
#chr(12)#(LF)

Nothing works. Any clues?
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to