Hi Guys!
Does anyone know how can I do this thing using Visual Basic?
I have a TextFile (Example: MyText.TXT), and I need to change a value inside this file.
First I need to find the text that I need to change
(Example: "Key-A")
Then I need to change the value inside the text file
(Example: "Key-B")
Can I do this change using VB?
Thanks for any help Guys
MR
P.D. Also, this file is in a directory with other text files
(Example: other 3 files), Can I with VB check inside every text file and replace a text when I find it in every text file?
Does anyone know how can I do this thing using Visual Basic?
I have a TextFile (Example: MyText.TXT), and I need to change a value inside this file.
First I need to find the text that I need to change
(Example: "Key-A")
Then I need to change the value inside the text file
(Example: "Key-B")
Can I do this change using VB?
Thanks for any help Guys
MR
P.D. Also, this file is in a directory with other text files
(Example: other 3 files), Can I with VB check inside every text file and replace a text when I find it in every text file?