VBScript Tutorials - Herong's Tutorial Examples - Version 5.20, by Dr. Herong Yang

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 5.20, 2015

Number of pages: 183

Short description: This free VBScript tutorial book is a collection of notes and sample codes written by the author while he was learning VBScript himself, an ideal tutorial guide for beginners. Topics include Variant, Array, Function, Error Handling, Regular Expression, Dictionary, File System, Class, Object, IE Browser, IIS Server, WSH, Windows Script Host.

Long description: This free VBScript tutorial book is a collection of notes and sample codes written by the author while he was learning VBScript himself, an ideal tutorial guide for beginners. Topics include Variant, Array, Function, Error Handling, Regular Expression, Dictionary, File System, Class, Object, IE Browser, IIS Server, WSH, Windows Script Host. Key sections include: - What Is VBScript: Visual Basic Scripting Edition - 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 - ASP - System Admin Scripting: Windows Script Host

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.

Cost/Price: Free

Viewing statistics:

This book has been viewed a total of:

  • 1,212,683 times as of December 2013.
  • 1,053,359 times as of December 2012.
  • 852,801 times as of December 2011.
  • 607,275 times as of December 2010.
  • 575,191 times as of December 2009.
  • 338,550 times as of December 2008.

Revision history:

  • Version 5.20, 2015. Minor updates.
  • Version 5.00, 2008. Revised and reformatted in hyPub format.
  • Version 4.00, 2003. Revised and reformatted in XHTML and PDF formats.

Copyright:

  • This book is under Copyright © 2015 by Dr. Herong Yang. All rights reserved.
  • Material in this book may not be published, broadcasted, rewritten or redistributed in any form.
  • The example codes is provided as-is, with no warranty of any kind.

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

 Printable Copy - PDF Version

About This Book - Updated in 2015, by Dr. Herong Yang