Using the Line Continuation Character

The line continuation character, which allows you to break up a long line of code, is an underscore (_). Figure 23.10 illustrates the use of this character.

Figure 23.10. The line continuation character.

graphics/23fig10.jpg



    Part III: Creating Your Own Database and Objects
    Part V: Advanced Topics