Declare the myArray array as a dynamic array: Dim myArray() As String To set the array's size and resize the array to 3 elements: ReDim myArray(3) As String ...
確定! 回上一頁