Hmm... i thought i read in another post that to pass a
multidimensional array, you simply enter the number
of dimensions in array in the Function declaration.
e.g.
Declare Function Pass2(test(2) as long) as long
But this does not seem to be allowed. How does one pass
a multidimensional array to a function?
-Mike
p.s. In a future version, id really like to see Types that
can hold real array and not just "tables."
------------------
multidimensional array, you simply enter the number
of dimensions in array in the Function declaration.
e.g.
Declare Function Pass2(test(2) as long) as long
But this does not seem to be allowed. How does one pass
a multidimensional array to a function?
-Mike
p.s. In a future version, id really like to see Types that
can hold real array and not just "tables."
------------------
Comment