Chapter 1: The Basics
This chapter describes the way scripts work while introducing basic programming terms. Some of the cool built-in features of VBScript are also introduced.

Your first script
The classic Hello, world! example. Page 5.
JavaScript version

Using concatenation
An example using an operator, the & character, that concatenates, or joins, two values together. Page 10.
JavaScript version


All content © 1997-1999 Paul Thurrott