|
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