Data Type VisualBasic Script

Sub arrayDemo()
    Dim myArray(1 To 10) As Integer
End Sub