Returns the largest available subscript for the indicated dimension of an array.
Syntax –
UBound(arrayname[, dimension])
Example –
Dim A(100,3,4)
by Editorial Staff | Last Updated On Jul 14, 2014 | Definitions | 0 comments
Returns the largest available subscript for the indicated dimension of an array.
Syntax –
UBound(arrayname[, dimension])
Example –
Dim A(100,3,4)