Hi,
Lets suppose that I receive in a function as a parameter an array.
Something like this:
Function ArrayIn(Array() as Integer)
…
End Function
Is it possible to know inside the function the number of dimensions of the array “Array()”?
Thanks very much in advance for any help.