I'm embarassed since this is my 2nd post today...
Anyways.. I have this text area that holds some lines delimitated by new lines(lines created by pressing enter)

The problem is that when i transfer the text fo a .txt file all the new lines get lost. This results in a pretty big mess...
Any simple abordation for solving this?


BTW: my approach takes the text string as a whole, it doesen't break it down into lines
Thanks:P