View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Peter T Peter T is offline
external usenet poster
 
Posts: 5,600
Default Jagged arrays - Cannot Define with Arr1()() as integer = New i

The page clearly states -

"This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0"

which is not VB/VBA and makes Tom's huckleberry comment highly apposite.

But I can see why you may have been misled into thinking otherwise when the
page is also titled "Visual Basic Language Concepts".

Regards,
Peter T

"J@Y" wrote in message
...
Its under visual studio
http://msdn2.microsoft.com/en-us/lib...9t(VS.80).aspx


"Tom Ogilvy" wrote:

Post the URL for this citation.

Is it for VB6? To the best of my knowledge, VB6 doesn't use any

notation
like that.

If it isn't about VB6, then there's your huckleberry.

--
Regards,
Tom Ogilvy


"J@Y" wrote:

On MS site, it says use the following to define Jagged arrays:
Arr1()() as Double = New Double()() {}
how come it doesn't seem to work in Excel's VB?