/ Published in: ActionScript 3
Expand |
Embed | Plain Text
for ( var prop:String in obj ){ trace("[" + prop + "] -> " + obj[ prop ] ); }
You need to login to post a comment.
arpo on 04/20/10
2 people have marked this snippet as a favorite
for ( var prop:String in obj ){ trace("[" + prop + "] -> " + obj[ prop ] ); }
You need to login to post a comment.