Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy To - Tab Delimited
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01170764
Message ID:
01170769
Vues:
10
>Hi!
>
>I need to export a VFP9 SP1 table (dbf) to a Tab Delimited file (txt).
>
>Use MyTable
>Copy To Output.txt Delimited With Tab
>
>
>The output file is Tab Delimited but all charater columns are enclosed with double quotes (""). How can I get rid of these double quotes?
>
>Sarosh
Copy To Output.txt Delimited With Tab
STRTOFILE(STRTRAN(FILETOSTR("Output.txt"),["],[]),"Output.txt")
_______________________________________________________________
Testing displays the presence, not the absence of bugs.
If a software application has to be designed, it has to be designed correctly!
_______________________________________________________________
Vladimir Zografski
Systems Analyst
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform