Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CSV file needs editing
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01127065
Message ID:
01127082
Views:
10
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--
Previous
Reply
Map
View

Click here to load this message in the networking platform