Shouldn't you quote the non-numeric keys? myArray[1]["id"] Bob On Jan 26, 2012, at 10:01 AM, Pete wrote: > Assuming myArray exists and I specify > "myArray[1][id]" as the destination for the returned data, what ends up in > myArray is a key of "1][id" with the returned value. Arrays with a single > level of keys work fine.