Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Editing a text file and passing in memory

Status
Not open for further replies.

DerPflug

Programmer
Mar 28, 2002
153
US
I want to read in a text file, edit the rows of that text file, and pass that edited "document" in memory to another process without writing the text file and having the other process read in the edited text file. I know I could write the edited file to a string variable and pass that string to the other process but I'm wondering if there's a better way to do that. Thanks in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top