1. Modify the string content in a specified column of a text file
Example: in the text file a.ini, the content in column 9 is: aaa bbb 123456
It needs to be changed to: aaa bbb 88888
What program should be used to do this?
2. Use the content of an existing text file to replace the string content in a specified column of another text file.
Example: contents of a.ini:
aaa bbb ccc
aaa bbb ccc =123456789
Need to use the contents inside another b.ini to replace the 123456789 content in a.ini.
How should this be done?
Please help solve this!
[ Last edited by jojo2008 on 2005-11-27 at 16:36 ]
Example: in the text file a.ini, the content in column 9 is: aaa bbb 123456
It needs to be changed to: aaa bbb 88888
What program should be used to do this?
2. Use the content of an existing text file to replace the string content in a specified column of another text file.
Example: contents of a.ini:
aaa bbb ccc
aaa bbb ccc =123456789
Need to use the contents inside another b.ini to replace the 123456789 content in a.ini.
How should this be done?
Please help solve this!
[ Last edited by jojo2008 on 2005-11-27 at 16:36 ]
