Saturday, February 18, 2012

HereDoc As3


var myString:String = (<![CDATA[
                        Here is my string
                        that spans multiple
                        lines.
                       ]]> ).toString();

found here:
http://dougmccune.com/blog/2007/05/15/multi-line-strings-in-actionscript-3/

No comments:

Post a Comment