UBound( )
| Action: | Returns the largest available subscript for
one of the dimensions of an array. |
||||
| Syntax: | UBound
(array, dimension) |
||||
| Parameters: |
Array
Dimension
|
||||
| Returns: |
|
||||
| See Also: |
AScan( ),
Dim, Join( ), Split(
) |
||||
| Example: |
$x =
UBOUND($MyArray) |