08.04.2012, 00:10
Hi guys
Does anyone knows how could I declare an array with 4 dimensions?
I'm geting this error when index a 4th dimension:
error 053: exceeding maximum number of dimensions
I tried by the classic "new", but is any other type that could make it possible?
I know that in C language it's possible, and is there anyway to make it possible?
Does anyone knows how could I declare an array with 4 dimensions?
I'm geting this error when index a 4th dimension:
error 053: exceeding maximum number of dimensions
I tried by the classic "new", but is any other type that could make it possible?
I know that in C language it's possible, and is there anyway to make it possible?