You may try [https://nim-lang.org/docs/strutils.html#splitLines.i%2Cstring](https://nim-lang.org/docs/strutils.html#splitLines.i%2Cstring), and you may store the lines in a seq[string] so that you can write them out after processing.
- Read lines from file thats in a variable Neil_H
- Re: Read lines from file thats in a variable kidandcat
- Re: Read lines from file thats in a variable Neil_H
- Re: Read lines from file thats in a variable Stefan_Salewski
- Re: Read lines from file thats in a varia... Neil_H
- Re: Read lines from file thats in a ... cdunn2001
- Re: Read lines from file thats i... Neil_H
- Re: Read lines from file tha... enthus1ast
- Re: Read lines from file tha... Neil_H
