I am calling to a large string that is separate paragraphs. I just don know how to put line breaks in flash actionscript. Can anyone help me?

example

tLabel.text = "blah blah blah blah (then a return with a tab indent) blah blah blah"

I just want my paragraphs to show up seperated when the text loads in the textField. Not to appear like one long string of on going sentences.

Thanks,...