[try Beta version]
Not logged in

 
Input from a file

Nov 22, 2015 at 6:06am
Hi, is there a way I can read/write from/to a specific line in a file?
Nov 22, 2015 at 8:34am
The easiest way is to read the whole file, line by line, do the changes, and then write it back to the file again (overwriting the old file).
Topic archived. No new replies allowed.