Hello,
I'm new to
vb but have alway's wanted to learn it. I have a question regarding the Try it out going backwards...
In the try it out i'm not quite clear how they use the length property to find out how big it is? How does subtracting one from the upper bound find the correct size? I would think that
vb was programed to know it uses zero based lengths and therefore subtracting one from the upper bound would yield 4 instead.