Is it possible to edit more than one string within a text file using the TextFile.WriteToString command? I have numerous text files that I need to edit more than just one word within its contents. I've looked into writing the contents of the text file to a table, but it seems like a long and involved process just to edit multiple lines. Thanks.

