Can someone tell me how the get the UBOUND for the second dimension of a two dimension array. My array format is:
I need ubound(currentRow). Whenever I perform the ubound(myArray), it returns the ubound for the first dimension, which I already know, because it's static.
Note: I'm passing the array to the session and the second dimension is variable.
Thanks,
ryandoah
Code:
myArray(4, currentRow)
Note: I'm passing the array to the session and the second dimension is variable.
Thanks,
ryandoah