Mike_R Posted November 16, 2003 Posted November 16, 2003 I'm brand new to VB.Net... just two nebie questions regarding the Base that various objects are in .Net: (1) Arrays are always Base 0 in VB.Net and 'Option Base 1' type stuff is now gone, right? (2) Are Collections still Base 1? Or has that become Base 0? Thanks in advance... -- Mike Quote Posting Guidelines Avatar by Lebb
*Experts* mutant Posted November 16, 2003 *Experts* Posted November 16, 2003 Yes, the .NET collections start at 0. The Collection class from the VB6 compatibility namespace starts at 1 though. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.