how to find Ubound of Multi-Dimensional Array?
Question ID: 105843
0
0
Marked as spam
Posted by (Questions: 2, Answers: 0)
Asked on January 16, 2015 2:09 pm
28 views
Answers (1)
0
Private answer

Eg: aMultiArray(2,3)

To Know the row length of multi dimensional array --->
ubound(aMultiArray,1)

To Know the Column length of multi dimensional array --->
ubound(aMultiArray,2)

Marked as spam
Posted by (Questions: 9, Answers: 3)
Answered on January 16, 2015 2:12 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top