lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I wrote
> add a line break appropriate to your system after each line

What I meant is that you for each line you read from your file, you need to append the appropriate line break before storing that line in the string that contains the entire text of the file.

Terry