I have written and application to search through a text file and find the following data and pull out the 5th varible and place in a text box.
P_SPEED
0 10 1100 0 .01 23 0
The next issue I am having to input, into a text box, a integer and replace the 5th variable in this data. There are several instances of this variable in the file and all will required to be replaced with the new value. After the file will need to be saved.
Any suggestion as to searching for this data and replacing it?
Thanks in advance for any help/direction....