Discussion on:

Message 7 of 17
0 Votes
+ -
This article is not for VB
This article is not directed at the VB programmer as VB does not have linked lists.

Also, you shouldn't Dim arrays always as Variants since they take up the most memory not to mention the type checking issues.

Variants allow the programmer to be sloppy, and are shunned for apps in a business environment. This is the main reason I'm glad they were dropped from VB.NET.
Posted by markus@...
9th Oct 2002