Hi,
I loaded my Array with a JSON string like this:
{"c2array":true,"size":[3,7,1],"data":[["Africa",1,2,3,4,5,6],["Arctics",1,2,3,4,5,6],["EasternEurope",1,2,3,4,5,6]]}
When I do Array.At(0,0) I get just "A" instead of "Africa". Likewise if I read Array.At(3, 0) I get "E" instead of "EasternEurope".
When I use the debugger to watch the Array it shows the correct Json data loaded as shown above with the correct length.
However, if I do an Array.Count it returns just 1, instead of 21.
Any help would be appreciated.
(I'm using R144)
Thanks!