設定陣列範圍(一般預設0為起始值). Ex: Dim ax(2 To 5, 3 To 5). ax(2, 3) = 123 '正確 用法. x=1: ax(2, x) = 123. ax(0, 5) = 456 '錯誤發生,第一維數下限為2. 陣列索引 ...
www.google.com.tw