Hey,
Is there a way I can write to the second line of the file every time. I want to have one bit of code that writes to the first line, and another that writes to the second.
Thanks.
With a text file, best you can do is read the file in and write out a new version with an altered second line.