Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append text to a CSV file
Message
From
21/08/2010 16:15:18
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01477737
Message ID:
01477745
Views:
53
STRTOFILE() has as flag to add to an existing file. I am not sure how slow it will be though. You could also use f_open(), f_seek to get the bottom of the file, f_write() and f_close().
>Hi.
>I want to append a line of text to the end of a .CSV file.
>Is there a command to do this ?
>I will be looping around a table and the .CSV file can be fairly big.....just wonderng if appending to a .CSV table will be as fast
> as appending to a DBF table.
>
>Tia
>Gerard
Previous
Reply
Map
View

Click here to load this message in the networking platform