Not Sure if this is the correct category, but here goes.
I would like to open up certain text files in a folder. I would then like to
change
a particular string to something else. Is there a way to update a record while
reading through the text file, or, can I issue a REPLACE command to the
entire file.
I'd like to avoid reading the file, making the change and outputting to
another file.
Thanks for any advice.
Kevin Spencer - 20 Jul 2006 20:36 GMT
It all depends on how big the file sare. You can read them into a string if
they're not too large.

Signature
HTH,
Kevin Spencer
Microsoft MVP
Professional Chicken Salad Alchemist
What You Seek Is What You Get.
> Not Sure if this is the correct category, but here goes.
> I would like to open up certain text files in a folder. I would then like
[quoted text clipped - 9 lines]
>
> Thanks for any advice.