in reply to Re^2: How can I print all lines?
in thread How can I print all lines?
That's because you only print once, at the end. Move the print inside the while loop if you want to print each line as it is processed.
Thanks for adding the <code> tags, but now your code is littered with <p> tags, etc. Can you remove those? It will make it much easier for us to read and understand. Update: thanks for sorting that.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How can I print all lines?
by 345qwerty (Novice) on Aug 10, 2017 at 11:52 UTC | |
by SuicideJunkie (Vicar) on Aug 10, 2017 at 15:00 UTC |