VBScript Tutorials - Herong's Tutorial Examples - v6.03, by Herong Yang
About This Book
This section provides some detailed information about this book - VBScript Tutorials - Herong's Tutorial Examples.
Title: VBScript Tutorials - Herong's Tutorial Examples
Author: Herong Yang - Contact by email via herong_yang@yahoo.com.
Category: COMPUTERS / Languages / Visual BASIC
Version/Edition: v6.03, 2024
Number of pages: 243
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). Updated in 2024 (Version v6.03) with minor changes.
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.
Copyright:
Revision history:
Web version: https://www.herongyang.com/VBScript - Provides free sample chapters, latest updates and readers' comments. History of view counts of the Web version is listed below:
As of Total Views ---------- ----------- 2023-12-31 2,218,799 2022-12-31 2,150,162 2021-12-31 2,087,439 2020-12-31 1,999,140 2019-12-31 1,913,057 2018-12-31 1,834,155 2017-12-31 1,751,492 2016-12-31 1,662,552 2015-12-31 1,529,109 2014-12-31 1,381,268 2013-12-31 1,212,683 2012-12-31 1,053,359 2011-12-31 852,801 2010-12-31 607,275 2009-12-31 575,191 2008-12-31 338,550
PDF/EPUB version: https://www.herongyang.com/VBScript/PDF-Full-Version.html - Provides information on how to obtain the full version of this book in PDF, EPUB, or other format.
Table of Contents
Introduction of VBScript - Visual Basic Scripting Edition
Variant Data Type, Subtypes, and Literals
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
Inspecting Variables Received in Procedures
Error Handling Flag and the "Err" Object
Regular Expression Pattern Match and Replacement
scrrun.dll - Scripting Runtime DLL Library
IE Web Browser Supporting VBScript