Visual Basic 6 - Loading/Saving (External) Files

Associate
Joined
30 Dec 2003
Posts
2,254
Hi,

I am currently writing a program - It is necessary for things to be kept as records. In order to expand the program I am trying to save these records in an external file with hope of being able to also load this file back in.

Ideally I would like all the records to be saved. When I "load" the file all records to be put back in place as they originally were.

To do this I have tried using Open/Put/Close for saving and Open/Get/Close for loading. Either I have not used the commands correctly or it is not loading all records back as they should be. I have tried using loops incase this is necessary but it's all been very blind attemps and not really helped me to get anywhere.

Could anybody offer me any advice? It is quite difficult to explain without having to explain the whole program but any help appreciated.

Many Thanks.

Dan.
 
Back
Top Bottom