VB array declarations

U

Uberdude

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

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

???
 
U

Uberdude

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top