Changes

Jump to: navigation, search

Visual Basic Arrays

278 bytes added, 18:48, 3 August 2007
Finding the Size of an Array
</pre>
 
Another way to be sure you do not exceed the bounds of an 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 a For loop to iterate through an array. For example:
== Changing the Size of a Visual Basic Array ==

Navigation menu