For example in C#
@-quoted string literals start with @ and are enclosed in double quotation marks…
So Is there anething like @-quoted string in Actionscript?
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.
If this is AS3 then you may get somewhere by declaring your literal as an XML CDATA section and then reading it back as a string. Others have posted this on SO, to allow multiline strings in AS3. Here’s a web link about it:
http://dougmccune.com/blog/2007/05/15/multi-line-strings-in-actionscript-3
HTH