It would be nice if the array object had a text box for each dimension. So I could edit the array using "[a, b, c, d]".
Develop games in your browser. Powerful, performant & highly capable.
You could always write a function for this... although it would be a bit fiddly since functions can't take arrays as parameters.
sqiddster sure they can, put the UID as a parameter then pick using that in the function.
Yeah, but that's a bit fiddly because the function would only work for one specific array or a family of arrays. The other way to do it would be to use the .asJSON as the function parameter.