ActionScript’s different ways to convert an object to a string

ActionScript has several different ways to convert an object to a string, and figuring out which one to use can be confusing.  This post compares them, and tries to give you a deeper understanding of what is going on. String(myobj) almost always succeeds; may return "null" or "undefined".  This is usually the behavior you want. "" + [...]




More Stories in mikemo

    Other Feedables