在座各位都错了。
Run-time error 9 :
Subscript out of range
缩略语
Public newarray() As String
Sub test1()
Dim int1 As Integer
int1 = 0
Do
int1 = int1 + 1
newarray(int1) = int1 * 5
Loop Until int1 > 3
End Sub
i) 救助阵列
Public newarray(4) As string
但我要宣布一个充满活力的阵列。 请提供帮助。 谢谢。