![]() |
Multidimensional, fixed-size arrays can be declared in IDL as follows:
- identifier { [ positive-integer-const ] }+
where the positive-integer-const is a constant expression that specifies the array size, in each dimension, as a positive integer. The array size is fixed at compile time.