Different size of 2D array in a 3D array?
#1

Hello everyone,
I'm writing a race script and I'm finding a method to store all race coordinates within one variable.
The variable needs to contain the x,y,z coordinates and the size of all of the checkpoints of more than 1 races.
The problem is that the number of checkpoints of the races are not the same, and the compiler says that the 3D array need to be fully initialized.(Each 2D array nedd to be the same size?)
Is there any method to store such 2D arrays with different size in one 3D array?Thanks.
Reply


Messages In This Thread
[Solved]Different size of 2D array in a 3D array? - by leong124 - 28.09.2010, 11:29
Re: Different size of 2D array in a 3D array? - by LarzI - 28.09.2010, 11:31
Re: Different size of 2D array in a 3D array? - by leong124 - 28.09.2010, 11:43
Re: Different size of 2D array in a 3D array? - by woot - 28.09.2010, 12:16
Re: Different size of 2D array in a 3D array? - by leong124 - 28.09.2010, 13:28

Forum Jump:


Users browsing this thread: 1 Guest(s)