In ActionScript, what character does “\t” represent? I can see it in some ActionScript And was wondering what character it really was.
In ActionScript, what character does \t represent? I can see it in some ActionScript
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s a “tab space”.
\nand\rare other special characters that, in AS, represent new line characters (drops text down to next line, as if you were pressing the “enter” key in a text editor).See http://www.adobe.com/livedocs/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Parts&file=textcontrols_060_05.html for more.