VB Programmer wrote:
> Any websites you can recommend that talks about the different types of
> arrays in VB.NET? I know there is an ArrayList, another array object, the
> old way of using arrays, etc...
Hi,

There is a good sample chapter (from the "ASP.NET: Tips, Tutorials, and Code ")
at 4GuysFromRolla.com:

4GuysFromRolla.com - Common ASP.NET Code Techniques:
[url]http://www.4guysfromrolla.com/webtech/chapters/ASPNET2/ch02.shtml[/url]

I printed it and it has been my main resource on arrays since then.

HTH,

Ante