Lesson 2 - Static Arrays

Static Arrays

In this lesson we learn about 1D and 2D Static Arrays.

In our 12 minute video we examine:

  • Dimensions - How you can have arrays with 1 dimension, 2 dimensions, 3 dimensions and more...
  • Elements - How you refer to elements inside an array - example... MyArray(2,3)
  • Declaring - How to declare a static array - example... Dim MyArray(10,10)
  • Bounds - Understand Upper Bound and Lower Bound... plus how you set the default Lower Bound using Option Base 1
  • Using Arrays - A couple simple subroutines to see how we can read and write data using Static 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]

Complete and Continue  
Discussion

0 comments