Is the arduino uno compatible with 4D arrays?

CrossRoads:
Counting the bytes used is useful - you only have 2K of SRAM to store variables in.
If you have two 8x8x8 arrays, one that is being displayed and one that is being created to be displayed next,
that is 8x8x8x2 = 1024 bytes of memory used right there.
What other variables do you have?

thanks for the "you only have 2K of SRAM to store variables in" =D
that was useful so that's the explanation why i wont work with 4D-arrays for me :wink: if i want 5 states that's already 2.5K ... =S
thanks guys =D