Alaska Software Inc. - csv file
Username: Password:
AuthorTopic: csv file
sudeep sharmacsv file
on Fri, 29 Dec 2017 23:44:44 +0530
Can anybody tell me how to create csv files in xbase


sudeep sharma
Anand GuptaRe: csv file
on Sat, 30 Dec 2017 11:16:55 +0100
sudeep sharma wrote in message
news:b1a1dff$43c33629$11bc60@news.alaska-software.com...
>Can anybody tell me how to create csv files in xbase
>
>
>sudeep sharma

I you are using TopDown, then you can use the tdcTxtFile() class and use the
method writeLine(cTxt) to write the text lines.
Create the text lines as "abc,xyz,etc."

If you want csv of dbf data, then "copy to <file> deli"

Regards,

Anand