Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Delimited text output without quotes?
Message
De
18/11/1999 10:51:04
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00292190
Message ID:
00292471
Vues:
17
Hi Niel,

>How can you create a comma-delimited text file without the double quote characters around text fields in VFP6?

You can use a real goofy charcter (like !~ ) and then do:

StrToFile(StrTran(FileToStr('outputedfile.txt'), '!~', ''), 'outputedfile.txt')

This is VFP6 only
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform