hi, I have to read a text file (it contains records: 1 per line), the records are separated by carriage return character. I have to read line by line(rec by rec) and change a value in each record? Say at position 35. what is the best way to do this.
Printable View
hi, I have to read a text file (it contains records: 1 per line), the records are separated by carriage return character. I have to read line by line(rec by rec) and change a value in each record? Say at position 35. what is the best way to do this.