How do I get tabs and hard returns into strings in Flash 5 actionscript?

Stuff I read on the web would lead me to believe that
\t
\n

would work, but when I throw the new string into a text box, it's just there
with "\t" or "\n" in the middle of the text, it doesn't space over a tab or
drop down a line as I thought it would.