Connecting Tech Pros Worldwide Forums | Help | Site Map

Array Declaration

WFB
Guest
 
Posts: n/a
#1: Nov 20 '05
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




Herfried K. Wagner [MVP]
Guest
 
Posts: n/a
#2: Nov 20 '05

re: Array Declaration


* "WFB" <x@hotmail.com> scripsit:[color=blue]
> This is a pretty stupid question Im sure, but what's the difference in
>
> Dim x() as SomeKindOfObject
>
> and
>
> Dim y as SomeKindOfObject()[/color]

There is no difference.

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Closed Thread