Hi All,

Sorry if this is already answered - but my searches on codeguru are timing out if it has more then one word in the search -today

I am trying to insert text to an open input text file.
I have no problem writing to the file - but I want to INSERT text somewhere in the middle - not just append to the end.
Is there a function that does that - or do i have to manully take care of it i.e :
1. get to the insersion position
2. cpy the rest of the file to a buffer
3. write the text i want to add to the file
4. append the "rest" buffer

I would preffer to use a "ready made" function if there is one.

Thanks in advance

Dani.