We are about to switch to a new forum software. Until then we have removed the registration on this forum.
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);
}
Answers
FAQ:
https://forum.processing.org/two/discussion/8071/why-do-i-get-a-nullpointerexception
see the bit on arrays.
Thanks