Description: LBound and UBound() Functions returns the starting index ( Lower Bound) and Ending index (Upper Bound) of an array. Format: LBound(arrArrayName [, dimension]) UBound(arrArrayName [, dimension]) Arguments: arrArrayName Mandatory Type: Array Array whose lower or upper bound needs to found dimension Optional Type: Numeric If an array is one dimensional then no need … Read More →
↧