(This item omitted from WebBook edition)
7.1
Creating and Accessing Arrays
308
Declaring an Array Variable
The Load Event Procedure
The GetUpperBound Method
ReDim Statement
Using an Array as a Frequency Table
7.2
Using Arrays
326
Ordered Arrays
Using Part of an Array
Merging Two Ordered Arrays
Passing Arrays to Procedures
7.3
Some Additional Types of Arrays
341
Control Arrays
Structures
7.4
Sorting and Searching
356
Bubble Sort
Shell Sort
Searching
7.5
Two-Dimensional Arrays
377
7.6
A Case Study: A Sophisticated Cash Register
392
The Design of the Program
The User Interface
The Data Structures
Coding the Program
Summary
401
Programming Projects
402