>Modify http://cflib.org/udf/QueryToCSV2 to use " " or chr(9) (a tab >literal) as the list delimiter. > >Alternately, add delimiter as an additional argument, then you can use >it for both CSV and TAB. > >Cheers, >.jonah >
Thank Jonah I am using this one: http://cflib.org/udf/QueryToCSV2 So you are saying if I change this: var endOfLine = chr(13) & chr(10); to this var endOfLine = chr(9) & chr(10); it will work? I need to change the file ext to .txt right? Anything else? There are references to CSV in the script. Do I change that to tab? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348492 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

