Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data export to .txt
Message
From
12/08/2004 13:43:55
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00932830
Message ID:
00932841
Views:
17
>Hi All,
>
>I have to export the following dbf file to a text file.
>Foxpro file has only one field:
>
>addr
>"*serbio.fr",
>"*sghs.org",
>"*stago.us",
>.....
>
>
>Is there a way to copy this table to a text file so all the records are on one line ?
>
>"*serbio.fr","*sghs.org","*stago.us",
>
>Thank you,
>Daniel M.
copy to myExport.txt type delimited
StrToFile( chrtran(FileToStr('myExport.txt'),chr(13)+chr(10),','), 'myExport.txt')
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform