If you then *put the keys of tArray[1]* you will see the column keys, col1 and col2, so to get a specific cell is as you've been trying to do with the dgtext tarray[1]["col1"] will get the data from row 1 col 1. I do not get this behaviour. This only gives me the column keys, not column keys and col1, and col2. WHAT gets the data from row 1 col 1?