Working with Arrays and Array Elements

This section discusses the sorting of arrays, putting or getting an array value, and other actions on arrays and array elements.

In This Section

Reference

  • Dim Statement (Visual Basic)
    Declares and allocates storage space for one or more variables.

  • System.Array
    Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the base class for all arrays in the common language runtime.