G Guest Oct 31, 2005 #1 I have a text file and i need to be able to insert text into it at specified points. How do i do this?
I have a text file and i need to be able to insert text into it at specified points. How do i do this?
K Ken Halter Oct 31, 2005 #2 Jonathan Smith said: I have a text file and i need to be able to insert text into it at specified points. How do i do this? Click to expand... Basically, read the file into ram, insert the text and write out a new file.
Jonathan Smith said: I have a text file and i need to be able to insert text into it at specified points. How do i do this? Click to expand... Basically, read the file into ram, insert the text and write out a new file.