liamlaurent
IS-IT--Management
Hello All,
I would like to declare a multidimension array of constant values. I want to do something like this:
const
A: Array[1..2,1..2] of real = ( 1.0,2.0,
3.0,4.0);
It will work for a one dimensional array but it does not for multidimensional arrays.
Any ideas?
Liam
I would like to declare a multidimension array of constant values. I want to do something like this:
const
A: Array[1..2,1..2] of real = ( 1.0,2.0,
3.0,4.0);
It will work for a one dimensional array but it does not for multidimensional arrays.
Any ideas?
Liam