I have a text file that I want to be able to search for a paticular string and then replace part of that string with something different.
for instance in the middle of a text file there would be this line
set gameLogic.enableVoHelp from 1 to 0
and I want to change it to this
set gameLogic.enableVoHelp from 15 to 12
any help would be appreciated
for instance in the middle of a text file there would be this line
set gameLogic.enableVoHelp from 1 to 0
and I want to change it to this
set gameLogic.enableVoHelp from 15 to 12
any help would be appreciated