Previous Page
Next Page

Chapter 5. More Arrays

Before You Begin

To work through the material presented in this chapter, you need to be familiar with the following concepts from earlier chapters:

  • Creating single dimension arrays

  • Creating two-dimensional arrays

  • Implementing the For Next construction

  • Implementing the Select Case construction

After completing this chapter, you will be able to:

  • Convert text files into arrays to add power to analysis

  • Convert delimited strings into arrays to enable analysis of log files

  • Work with dictionaries to create on-the-fly storage


Previous Page
Next Page