Solved
Forum Discussion
mugheessiddiqui
13 years agoContributor
You have to convert it to VBArray, I hope it will work.
var arrItems = (new VBArray(object.items())).toArray();
Now you can get array values by writing arrItems[0]
You have to convert it to VBArray, I hope it will work.
var arrItems = (new VBArray(object.items())).toArray();
Now you can get array values by writing arrItems[0]