VB array declarations

  • Thread starter Thread starter Uberdude
  • Start date Start date
U

Uberdude

(For VB) Does anyone know what the difference is between
these 2 declarations:

dim myArray as byte()
dim myArray() as byte

???
 
Thanks for the link. I was thinking that there must be
some difference between the two declarations, but
apparently there is not. Thanks.
UB
 
Back
Top