Popular Books:
What Is an Array?
This section provides an introduction of what is an array. VBScript supports fixed size arrays and dynamic size arrays. 2022-10-01, ∼311🔥, 0💬
"For Each" Statement Example
This section provides a tutorial example on how to use a 'For Each' statement to loop through all elements in an array. 2022-10-01, ∼295🔥, 0💬
"If" Statements
This section describes 4 forms of 'If' statements supported in VBScript. The more complex form is 'If ... ElseIf ... Else ... End If'. 2022-10-01, ∼295🔥, 0💬
"While" Statements
This section describes how 'While' statements work in VBScript. A block of statements is repeated as long as the specified condition is true. 2022-10-01, ∼288🔥, 0💬
String Data Literals
This section provides rules on writing String data literals, characters enclosed in double quotes. 2022-10-01, ∼285🔥, 0💬
What Is a Procedure?
This section describes what is a procedure and what are the two types of procedures in VBScript. 2022-10-01, ∼283🔥, 0💬
"StringBuffer" - A Class Example
This section provides a tutorial example of simple class, StringBuffer, which allows you to build long strings with an internal array as the storage. 2022-10-01, ∼279🔥, 0💬
References
List of reference materials used in this book. 2022-10-01, ∼276🔥, 0💬
Passing Arguments to Procedures
This section describes rules on how arguments can be passed from the calling code into the called procedure by reference (the default) or by value. 2022-10-01, ∼272🔥, 0💬
Class, Property, Method and Related Statements
This section describes general rules on creating your own classes in VBScript. A list of class related statements is provided. 2022-10-01, ∼271🔥, 0💬
VBScript and Supporting Environments
This section provides a list environments that support VBScript. 2022-10-01, ∼271🔥, 0💬
Popular Posts:
This section provides a tutorial example on how to save text files with Nodepad by selecting the 'Un...
This section describes how to download Apache 2.4.37 binary distribution for Windows. You should sel...
This section describes how to SQL Server command line tool - SQLCMD.
This book is a collection of tutorial notes and sample codes written by the author while he was lear...
This section describes the built-in primitive datatype, 'gYear', 'gMonth' and 'gDay', that represent...