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.
 
Back
Top