April 2004
Beginner
416 pages
11h 3m
English
In this chapter, you’ll look at two very important concepts: dynamically creating arrays and creating dictionaries. Both of these techniques will enable you to create enterprise-class scripts that will quickly instantiate themselves into your day-to-day network operations.
In order 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 Select Case construction
After completing this chapter you will be familiar with the following:
Converting text files into arrays
Converting delimited strings into arrays
Working with ...