Hi, I am testing out making some opcodes using arrays and I was just wondering if I understand the ARRAYDAT structure correctly. Does the sizes pointer give the row and column dimensions? i.e. array->sizes[0] is the rows and array->sizes[1] the columns? If I make a score that has kArr[][] init 10,11 in it I get 10 for both sizes[0] and sizes[1]. -- Edward Costello