I come from the C-code world, where everything is 0-indexed: arrays, strings, DB records, etc.
I've seen VB code that starts indexes collection objects from both 0 and 1. Which is it?! Or is it different from object to object?
For instance, the first character in a string object is numbered "1" -- is this correct?
How about for arrays?
What else?!
I've seen VB code that starts indexes collection objects from both 0 and 1. Which is it?! Or is it different from object to object?
For instance, the first character in a string object is numbered "1" -- is this correct?
How about for arrays?
What else?!