martinayotte wrote:I don't see where the problem reside.
It must be something else in your code, but I don't see it in the above code.
BTW, just for code cleanness, you don't need all those delay() at all. Also, just to be consistent with your f.readBytes(), you should use f.write() instead of f.println().
Many thanks Martin! I have cleaned up as suggested.
I have essentially thrown in the towel with regards to creating a sequential access file, viz. where I populate a char array with bytes from the file.
I think I am just going to write text to individual .txt files and read the data in each file as separate entities. I hope its not too much of a space waster
Thanks again sir!
regds
Paul