Summary
This chapter introduced reading and writing data from files. We looked at working with both text and binary data. Storing data in files and reading that data from files is important, as we want our programs to have the ability to persist the work they have done between executions of the program.
In the next chapter, we will look at how to store many values in a single variable using the many collections available in the Visual Basic language.