Sams Teach Yourself Visual Basic 2010 in 24 Hours by James Foxall

Sams Teach Yourself Visual Basic 2010 in 24 Hours by James Foxall

Author:James Foxall
Language: eng
Format: epub, pdf
ISBN: 9780132119696
Publisher: Sams


By the Way

It’s possible to create arrays that can be resized at runtime. However, this topic is beyond the scope of this book.

Referencing Array Variables

To place a value in an array index, you specify the index number when referencing the variable. Most computer operations consider 0 to be the first value in a series, not 1, as you might expect. This is how array indexing behaves. For example, for an array dimensioned with 10 elements—declared using (9)—you would reference the elements sequentially by using the indexes 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.