用于返回指定数组中可设置下标的最大值。
格式 UBound (数组变量名 [, 维度])
参数
参阅 Redim
UBound函数使用示例
Integer i, a(10) For i = 0 to UBound(a) a(i) = i Next
← U UByte →