I am sure I should know this but,
Is it possible to pass 2 dimensional arrays as open array parameters.
I need to use open arrays here as the dimensions of the passed arrays may vary.
e.g could be
x: array [0..2][0..3] of integer or
y: array [0..2][0..2] of integer.
I am using D3, I know there are some limitations
because of this.
Steve.
Is it possible to pass 2 dimensional arrays as open array parameters.
I need to use open arrays here as the dimensions of the passed arrays may vary.
e.g could be
x: array [0..2][0..3] of integer or
y: array [0..2][0..2] of integer.
I am using D3, I know there are some limitations
because of this.
Steve.