Multi line strings in Actionscript 3
A useful feature of C# is to be able to precede a string with the @ character so that it can span multiple lines. Here’s an example of the equivalent in actionscript 3.
var thisIsALongString:String = ( <![CDATA[
Line 1
Line 2
Line 3
]]> ).toString();
-
Calendar
February 2012 M T W T F S S « Feb 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 -
Meta





