Array Declaration

  • Thread starter Thread starter WFB
  • Start date Start date
W

WFB

Hi,

This is a pretty stupid question Im sure, but what's the difference in

Dim x() as SomeKindOfObject

and

Dim y as SomeKindOfObject()

Thanks
WFB
 
* "WFB said:
This is a pretty stupid question Im sure, but what's the difference in

Dim x() as SomeKindOfObject

and

Dim y as SomeKindOfObject()

There is no difference.
 

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