CyberAngel wrote:
> Sorry,
> 
> I tried that too, same result. Now that I am at home, I'll try it here as
> well.

I tried this variation and it worked fine:


<cfif structKeyExists(URL, "docsv")>
  <cfset csvdata = "Col_1,Col_2,Col_3,Col_4"&chr(13)&chr(10) />
  <cfset csvdata = csvdata& 'List Item ##1, List Item ##2, "inner List 
Item ##1, inner List Item ##2", List Item ##4' />
  <cfoutput>#csvdata#</cfoutput>
  <cfabort>
<cfelse>
  <cfhttp url="http://127.0.0.1:8050/index.cfm?docsv=true"; name="myCSV" 
firstrowasheaders="Yes"></cfhttp>
  <cfdump var="#myCSV#">
</cfif>

-- 

Yours,

Kym Kovan
mbcomms.net.au


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to