Get Array Length Function · Function GetArrLength(a As Variant) As Long · If IsEmpty(a) Then · GetArrLength = 0 · Else · GetArrLength = UBound(a) - LBound(a) + 1.
確定! 回上一頁