Hi there,
I'm using a array to retrieve high score numbers and names from a server.
The string i retrieve is as this:
{
"c2array":true,
"size":[10,2,1],
"data":[
["Jeroen",5000000],
["Harm",4587],
["Steven",1000],
["Pascal",999],
["Michael",998],
["Pim",722],
["Winnie",633],
["Elleke",598],
["Jeroen",579],
["Albert",527]
]
}[/code:azwhjicm]
But when i use Array.at(0,0) or Array.at(1,0) i just get the first letter of each name.
[img="http://i59.tinypic.com/v773uh.png"][img="http://i62.tinypic.com/4uf1o1.png"]
[b][u]What's happening???[/u][/b]