Array not working... what's wrong?

var adC:Array = new Array();

adC[0][0] = "XYZ";
trace(adC[0][0]);

traces [COLOR=Blue]undefined[/COLOR]

Strange, what’s wrong?