Changes

Jump to: navigation, search

Visual Basic Arrays

16 bytes added, 18:49, 3 August 2007
Finding the Size of an Array
</pre>
Another way to be sure you do not exceed the bounds of an a Visual Basic array is to use the UBound() and LBound() functions. These functions return the upper and lower bounds of an array respectively. This is especially useful when usign using a ''For '' loop to iterate through an array. For example:
== Changing the Size of a Visual Basic Array ==

Navigation menu