Reading text file with "newline" chars

biot

New member
Joined
Sep 10, 2008
Messages
2
Programming Experience
Beginner
Hi
I'm trying to read a text file into text box component.
The problem is that the output that I see in the text box isn't the same as in the text file due to "newline" chars - meaning that instead of seeing 1 complete line of a paragraph, I see 2-3 lines.
How can I read the text file into the text box, and get the same rows structure?
 
Back
Top