I read one article in Vb world by Karl moore saying that in .NET array ia a zero based object and if an array is define as myArray(10) then myArray will have total 11 elements starting from 0 till 10.
While in one another I read that the same kind of example will have 10 elements starting from 0 till 9.
I don't have .Net installed in my machine. Could someone will confirm what's the right answer regarding arrays.
Thanks




Reply With Quote