The book gives a detailed introduction to VBScript technology. It proceeds to teach variables, operators. Later provides detailed explanation of Conditional Statements, Loops, Procedures, and Functions.
The book will teach you enough to get started with VBScript
Table Of Content
Chapter 1: Introduction
1. What is VBScript?
2. How to Create a Simple VBScript?
3. VBscript Example
Chapter 2: Variables
1. Declaring Variables
2. Loose Binding
3. Variant Subtypes
Chapter 3: Operators, Operator precedence & Constants
1. Operators
2. What is Operator Precedence?
3. Constants
Chapter 4: Conditional Statements
1. If Then Statement
2. If Else Statement
3. If Elseif Statement
4. SELECT Case Statement
Chapter 5: Loops
1. Why Loops Used in VBscript?
2. Do While Loop
3. Do Until Loop
4. While Loop
5. For-Next Loop
6. For-Step-Next Loop
7. For-Each-Next Loop
Chapter 6: Procedures & Functions
1. VBScript Procedures
2. Sub Procedures
3. Function Procedures
4. ByRef and ByVal Parameters