Question
New line return in windows Notepad
I have a text field that is populated and shown in my app.
It displays as it should.
I use the \r\n for the mandatory next line. It works fine in the flash app.
Problem is that when I save out the text field to a .txt file, it is all on a single line.
I have tried to use \u000d \u000a as well as \x0d \x0a with no affect to the text document.
It is in Flash pro cs6 in an Air app.
