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

Strings and Arrays

In this section, you’ll use text files as an input into your script to dynamically create an array that you’ll use to do real work. Why is this topic important? Even though we all know about the event ...

Get Microsoft® VBScript Step by Step now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.