emiliana Level: Big Cheese Registered: 27-07-2007 Posts: 23
csv files
Hallo,
I have to write information (with VB6) ia an .csv file.
My problem is open an existent .csv files and append new informations without overwrite pre existent informations.
Thanks
04-12-2007 at 09:56 AM
|
JLRodgers Level: Moderator Registered: 04-04-2002 Posts: 1622
Re: csv files
Just open the file with the append parameter.
Don't have VB6 on this computer (it's a vista machine), but it's something like:
open "filename.ext" for append as free_file_handle
____________________________ Everywhere's Local (classifieds, job postings, & more for everycity in the world - user entered)
04-12-2007 at 09:48 PM
|
emiliana Level: Big Cheese Registered: 27-07-2007 Posts: 23