I am not able to view the contents of an array in debug. Here's the code:
Dim v_cubes( 1, 1, 1 )
v_cubes(0,0,0) = 9
Any idea?
Thanks.
Dim v_cubes( 1, 1, 1 )
v_cubes(0,0,0) = 9
Any idea?
Thanks.
Dim v_cubes( 1, 1, 1 ) v_cubes(0,0,0) = 9 my_vcubes = v_cubes(0,0,0)