File input.output
- Posted by bobspringett <bobspringett at WANADOO.FR> Aug 27, 2000
- 541 views
I would like to be able to SAVE a sequence of floating point numbers(say a few hundred) to a file in one PUTS and then retrieve that data from file back into a sequence in one GETS. Looking at the documentation of GETS it would seem that I can't. Secondly will I be able to look at what's in the file using Explorer to see if I have filed the right information. Really all I'm trying to do is to SAVE and LOAD a 'sequential file' reasonably quickly. Regards Bob