Site MapHelpFeedbackChapter Objectives
Chapter Objectives
(See related pages)


Arrays

Upon completion of this chapter, your students will be able to
1. Establish an array and refer to individual elements in the array with subscripts.
2. Use the For Each/Next to traverse the elements of an array.
3. Create a structure for multiple fields of related data.
4. Accumulate totals using arrays.
5. Distinguish between direct access and indirect access of a table.
6. Write a table lookup for matching an array element.
7. Combine the advantages of list box controls with arrays.
8. Store and look up data in multidimensional arrays.







Bradley:Programming in VB 2008Online Learning Center

Home > Chapter 8 > Chapter Objectives