Lesson 3 - Dynamic Arrays
Dynamic Arrays
In this lesson we learn about 1D and 2D Dynamic Arrays.
This 12 minute video covers:
- Dynamic vs Static - With a dynamic array you can change the bounds of a declared array, whereas for a static array you cannot change the bounds once they are declared.
 - Watches Window - How to use the Watches Window tool to see inside the elements of an array, while your program is running.
 - Variant - If you declare a dynamic array using Dim MyArray() as Variant... then you can read data into the array using one line instead of looping through every element
 - Using Arrays - A couple simple subroutines to see how we can read and write data using Dynamic Arrays
 
Write your comments and feedback below
- If you have questions or comments about this lesson, write it in the section below.
 - Alternatively you can email the instructor Victor at [email protected]
 
0 comments