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, ∼375🔥, 0💬
"Select Case" Statement Examples
This section provides a tutorial example on how to use 'Select Case' statements to select one block of statements based on the equal condition of an expected value. 2022-10-01, ∼365🔥, 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, ∼364🔥, 0💬
Static, Client-Side and Server-Side Scripting Pages
This section describes differences of static content, client-side scripting code, and server-side scripting code. 2017-02-17, ∼364🔥, 1💬
"^" - Arithmetic Exponentiation Operation
This section provides some detail rules and a tutorial example on how arithmetic exponentiation operation works in VBScript. 2023-06-19, ∼357🔥, 1💬
String Data Literals
This section provides rules on writing String data literals, characters enclosed in double quotes. 2022-10-01, ∼354🔥, 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, ∼354🔥, 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, ∼353🔥, 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, ∼344🔥, 0💬
References
List of reference materials used in this book. 2022-10-01, ∼344🔥, 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, ∼342🔥, 0💬
Popular Posts:
This section introduces an old definition of 'meter' which uses a seconds pendulum. A 'meter' is the...
This free book contains Herong's notes and tutorial examples on Chinese GB2312 character set. It pro...
A tutorial example is provided on how to use GetStringAsync() method in the System.Net.Http.HttpClie ...
This section describes a tutorial on how to play VCD with Windows Media Player.
This section describes how to connect MetaMask to the 'geth' on the local host.