I’m trying to write to a single line in a ASCII text file and apparently writeln() only works to append to a file.
What should I use to be able to write to a single line in a text file?? i.e Without opening up the entire file and rewriting it. Can I even do this?
Any help would be appreciated.
What should I use to be able to write to a single line in a text file?? i.e Without opening up the entire file and rewriting it. Can I even do this?
Any help would be appreciated.