String Array declaration in VB

  • Thread starter Thread starter Willem
  • Start date Start date
W

Willem

Does anyone know what the difference is between:

dim strArray as String()

and

dim strArray() as String

?
 

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

Back
Top