About This Book

This section provides some detailed information about this book - VBScript Tutorials - Herong's Tutorial Examples.

Website URL: http://www.herongyang.com/VBScript

Title: VBScript Tutorials - Herong's Tutorial Examples

Author: Dr. Herong Yang

Category: VBScript

Version/Edition: Version 6.00, 2019

Number of pages: 194

Description: This VBScript tutorial book is a collection of notes and code examples written by the author while he was learning VBScript (Visual Basic Scripting Edition) himself. Topics include: The Variant Data Type with Subtypes; Fixed-Size and Dynamic-Size Arrays; Function Arguments Passed by References and by Values; Raising and Catching Runtime Errors; Regular Expression and Pattern Match; Runtime DLL Library: Dictionary, File System, and File I/O; Defining Classes with Properties and Default Method; Object Initializing and Terminating Processes; Client-Side Scripting: VBScript Code for IE Browser; Server-Side Scripting: VBScript code for IIS Server; System Admin Scripting: Windows Script Host (WSH).

Keywords: VBScript, Visual Basic, Script, Variant, Array, Function, Error Handling, Regular Expression, Dictionary, File System, Class, Object, IE Browser, IIS Server, WSH, Windows Script Host.

Viewing statistics:

Revision history:

Copyright:

Table of Contents

About This Book

 Introduction of VBScript - Visual Basic Scripting Edition

 Variant Data Type, Subtypes, and Literals

 Arithmetic Operations

 Numeric Comparison Operations and Logical Operations

 String Operations - Concatenation and Comparison

 Variable Declaration and Assignment Statement

 Expression and Order of Operation Precedence

 Statement Syntax and Statement Types

 Array Data Type and Related Statements

 Array References and Array Assignment Statements

 Conditional Statements - "If ... Then" and "Select Case"

 Loop Statements - "For", "While", and "Do"

 "Function" and "Sub" Procedures

 Built-in Functions

 Inspecting Variables Received in Procedures

 Error Handling Flag and the "Err" Object

 Regular Expression Pattern Match and Replacement

 scrrun.dll - Scripting Runtime DLL Library

 Creating Your Own Classes

 IE Web Browser Supporting VBScript

 IIS ASP Server Supporting VBScript

 WSH (Windows Script Host)

 References

 Full Version in PDF/EPUB