Question
How to get attribute/variable name at runtime?
How would I get the name of the attribute/varialbe at runtime? For example if I have a variable defined like
var abc:String = '123';
From this, I would like to get the variable name, which is 'abc'.
Thanks.
