Reading a specific line in a .txt file
Hi
I want to make a program that reads a specific line in a.txt file, and writes to a specific line in the .txt file.
I have made a program wich you can log in to. When you have typed your username and a password it looks for a file: "yourusername".txt
and checks if the password is correct.
The password lays on the first line of the file.
And i want to store more information on the other lines.
So do anyone knows how to read from a specific line and write to a specific line in a .txt file?
Please tell me

