I have two questions:
Firstly, is it possible to replace a string in a file?
Secondly, (and linked to the first question), is it possible to manipulate some sort of cursor, in order to find this string within the file? I currently have the words in the file held in an array of pointers.
Thanks in advance,
EJ
Firstly, is it possible to replace a string in a file?
Secondly, (and linked to the first question), is it possible to manipulate some sort of cursor, in order to find this string within the file? I currently have the words in the file held in an array of pointers.
Thanks in advance,
EJ