Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CSV file needs editing
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01127065
Message ID:
01127082
Vues:
11
You should use STRTRAN() to replace strings.
STRTRAN(lcStr, [,"], [])
>
>Works great - thanks
>
>I also tried to get rid of the combination ", and it removed all the commas - how do I do this correctly
>
>
>>
>>lcCsvFile = "..."
>>lcNewCsvFile = "..."
>>STRTOFILE( CHRTRAN(FILETOSTR(lcCsvFile), ["], []), lcNewCsvFile)
>>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform