Is there a size limit for dimensioning an array? I tried to Dim an array of bytes larger than 1000, the array is created with no errors, but in the watch window the largest value in the array is 999. Is there a way to create arrays larger than 999 bytes?