
05-23-2005, 03:17 PM
|
|
Graal Administration
|
Join Date: Jan 2000
Location: Admins
Posts: 11,693
|
|
|
Bad code detected:
Initializing multi-dimensional arrays is done like this
arr = new[2][2][2]
You can also intiialize the subarrays manually e.g. to get different sized subarrays, but stuff like new[2,2] will not work |
|
|
|