Re: Writing a character to the beginning of the same file



SAM wrote:
....
> Randy thanks very much. I thought someone would give me a better
> solution than this. I had worked on ur solution but it had taken lots
> of time to complete the process in the case of large files.

There <is> no better solution w/ sequential files...

As someone else noted, the one way around is to use random access file
structure or treat a sequential file as random access...
.