quote:
Originally posted by Dempsey
i dont think that will work as if the file number is random it will be different each time, and it is specified a few times.
This is my 200th post thats not many for nearly a year, maybe i should post more
It doesn't have anything todo with the filenumber...
"Open as random" can mean only two things (depening on which language you use):
A) you can read or write randomly in the file. This means your can read or write to line 5, then to line 2, then to line 9, etc...
or B) It means that you can read
and write to the same open file...