try something like this:

<cfset vRecord = vRecord & Chr(13) & Chr(10)>

Keith Meade
www.kmweb.com

----- Original Message -----
From: "Brian bouldernet" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, October 30, 2000 2:10 AM
Subject: Hard Break


: Quick Question:
: Anyone know how to enter a hard break to a text file using CF functions
or
: variable. I have a comma delimeted output and need to create a hard
break
: for more than one record to export.
: Code:
:
: <cfset rightnowtime = #Timeformat(Now(), "HHmmss")#>
: <CFSET thisListHeadings=ArrayToList(ArrayHeadings, ",")>
: <CFSET thisList=ArrayToList(ArrayData, ",")>
: <cfset rightnowdate = #Dateformat(Now(), "mmddyyyy")#>
: <CFFILE ACTION="WRITE" FILE="D:\out\#rightnowdate##rightnowtime#.txt"
: OUTPUT="#thisList#">
:
: -----------------------------------------------------------------------
-------------------------
: Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
: Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or
send a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to