from the manual:
Quote:


LC In lite-C, you can also define and address multidimensional arrays by using several indices:

var heightmap[10][20];...
heightmap[j][k] = 10; // j = 0..9, k = 0..19





Lite-C does support this. And I have used this method. However, I can't seem to pass it to a function.

Last edited by yorisimo; 12/18/07 21:56.

Joris Lambrecht
My Contributions: Relative Rotation, Window Sizing