Episode

Visual Basic Fundamentals for Absolute Beginners: (10) Creating Arrays of Values

In this lesson we talk about arrays, which are multi-part variables a "bucket" containing other "buckets", if you will. We'll demonstrate how to declare and utilize arrays, setting and retrieving their values, initializing their values, attempting to access values outside of the boundaries of the array, and iterating through arrays using a different iteration statement, the for each statement. Finally, we'll demonstrate a couple of the powerful built-in methods that give arrays added features.

Full course outline: