I’m have trouble getting my script to pick up data from a text-file.
What I want is for example to give the variable “realname” the text that’s on the first line in the text-file, then give the variable “age” the text that’s on the second line in the text-file and so on.
But the only thing I manage to do is read from the same line in the file not from different lines. How do I do this the easiest way?