Explain this error to me please

I am trying to trace out the contents of an array, my code is this.


  var shortArray:Array = shuffle[newNumber,35];
         trace (shortArray);

the error is:

1120: Access of undefined property shortArray.

I thought I was defining it w/ var?