Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data export to .txt
Message
De
12/08/2004 13:43:55
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00932830
Message ID:
00932841
Vues:
16
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform