10-09-2008, 03:28 AM
GIAKEN Wrote:I understand that it should start at 0, I was just saying I didn't know what the default base value was if you don't give one. Because you can do "Option Base 0" or "Option Base 1" to set / change the default...
Unless specified as otherwise, the base of an array is always 0, thus arrays always start at 0 unless option base 1 is set or an array is declared like so :
Code:
Dim bytArr(2 to 10) as byte