Why I get a NullPointerException

Hi,

I don't now why I get this error.

This is the code:

IntList[][][] moves=new IntList[3][3][4];

void setup(){
  moves[0][0][0].append(5);
}
Tagged:
Sign In or Register to comment.