Arne
These are instance variables in an object.
I did debug the issue as Ashly suggested. and I have noticed the following:
in Intel XDK emulator, the instance variable name lookup to get the index number fails. while it works perfectly fine in browser.
those instance variables are zero indexed by the same order when first created in C2. hence if I access them by index number I have no issue, even in XDK.