Mega Code Archive

 
Categories / VisualBasic Script / Data Type
 

Override the Option Base setting by specifically setting the lower bound in the array declaration

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