Can anybody give me some pointers on how to delete text from a file.
I can open the file and read in all the data using LINE INPUT.
Do i then search the string for the text i want to delete, remove it from the string,
then output the string back into a text file. Would this work?
On a similar note, There are API's to write to .ini files and API's to Read from .ini
files, but there is nothing to delete a key and value from the ini file. How would this
be accomplished?
Ta!
Danny
------------------
I can open the file and read in all the data using LINE INPUT.
Do i then search the string for the text i want to delete, remove it from the string,
then output the string back into a text file. Would this work?
On a similar note, There are API's to write to .ini files and API's to Read from .ini
files, but there is nothing to delete a key and value from the ini file. How would this
be accomplished?
Ta!
Danny
------------------
Comment