lukeo25
In editor, instance variables are indexed by a string name.
In rumtime, instance variables are stored in an array (not a dictionary), the name-index info had been removed, even "for loop" could not get the variable back by name.
----
There is another solution to have the name-index info.