Insert text at a specified point in a text file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a text file and i need to be able to insert text into it at specified
points.

How do i do this?
 
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?

Basically, read the file into ram, insert the text and write out a new file.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top