1. Home
  2. Computing & Technology
  3. Visual Basic

Chapter 12 - Text Files and String Processing

By Dan Mabbutt, About.com

1 of 10

Characters and Text Strings: The "Bricks" of Programming

Strings

Strings?

A new word, "Exploring" is used in the title of this chapter of Visual Basic .NET Step by Step and it's there for a good reason. With this chapter, we have entered a 'new territory' of programming where there is literally so much that all we can do is 'explore' a bit. It's really impossible to go into detail about everything.

Before the age of Windows started, virtually all processing was 'string processing'. 'Objects' were a new idea and the term GUI or Graphical User Interface was invented to tell people that it was not the same as a 'character interface' - the traditional DOS command prompt environment that we looked at when we studied chapter 10.

Today, string processing is making a comeback. VB.NET has much better 'console' support than VB 6. And new formats such as XML are really just strings in disguise. In fact, your VB program itself always has been a character string 'text' file. We used that fact when we compiled a program without using Visual Studio in Chapter 10.

So ... there's much more to be said about strings and text than Chapter 12 of the book covers. And I have a few corrections to what is there. I don't want to 'string' you along anymore so let's jump right into the chapter.

Explore Visual Basic
By Category
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. Visual Basic
  4. Learn VB.NET
  5. Exploring Text Files and String Processing

©2009 About.com, a part of The New York Times Company.

All rights reserved.