Help,

I have opened a file ( partially populated ) for append and then i am writing some new data to this file.

How do i make sure that the data I am writing gets put onto the next line and not over data that already exists in the file?????

At the moment every time i call the write function it overwrites the data that already exists.


Any ideas?

Regards

Mark