Multidimensional Array access

Hi there … I have input a load of data into my multi-D Array - yet cannot see how to access it!
can someone help out?

for (i = 0; i < categories; i++)
{
  category[ *,[0] ] = xmlNode*.attributes.name;
  category[ *,[1] ] = xmlNode*.attributes.url;
}

basically I want to display

category[ [0][0] ]

to find out category 1’s name … But it doesnt work when I trace that …

please any help??!:hang: