Get the "key" of an object in Actionscript-3

Posted by Derek Adair on Stack Overflow See other posts from Stack Overflow or by Derek Adair
Published on 2010-03-11T17:42:08Z Indexed on 2010/03/11 17:44 UTC
Read the original article Hit count: 189

Filed under:
|

Given an Object:

myObj = {key : 'value'}

How do I get the key?

© Stack Overflow or respective owner

Related posts about actionscript-3

Related posts about objects