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/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message
with 'unsubscribe' in the body to [EMAIL PROTECTED]