Line break using "\n" Help please!

Hi all! I need your help!

Here is the deal:
I have a flash, that loads an external TXT. Now I need to make a lineBreak in this TXT, WITHOUT formatting it as HTML
I’ve heard u could just type
to get a line break in flash, but I cant get it to work. The flash just displays the "
" and it doesnt make the linebreak

Here is my code for loading the text

LoadText = new LoadVars();
LoadText.load("externTXT/test.txt");
LoadText.onLoad = function(success) {
	if (success) {
	_root.text.Text = this.TEST;

	}
};

And here is the text from the TXT:

TEST=Some text.
Cant make a line break...

What is wrong with this picture? :liar:

Any help is most welcome! THX!! :slight_smile: