This is the file http://www.novahost.com.au/csv.cfm
This is on CF8.0.1. I also checked it on CF6.1 and worked fine. -----Original Message----- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kym Kovan Sent: Wednesday, 10 September 2008 6:35 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Quick List question 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 -~----------~----~----~----~------~----~------~--~---