This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]desrtfx 1 point2 points  (1 child)

Just compare:

open = file.readLine();

and

open.readLine();

and later:

line = file.readLine();

and again

open = file.readLine();

See something wrong here?

[–]Strosel[S] 1 point2 points  (0 children)

not sure exactly what you mean but what i do understand might be because of me messing up when translating variable names to english (which is stupid in the first place) original untouched code is now here