Popular Books:
String Concatenation Operation
This section provides a quick introduction of string concatenation operation, which joins the second string to the end of the first string. 2022-10-01, ∼459🔥, 0💬
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, ∼433🔥, 0💬
String Data Literals
This section provides rules on writing String data literals, characters enclosed in double quotes. 2022-10-01, ∼422🔥, 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, ∼421🔥, 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, ∼421🔥, 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, ∼418🔥, 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, ∼417🔥, 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, ∼413🔥, 0💬
References
List of reference materials used in this book. 2022-10-01, ∼413🔥, 0💬
Data Literal Examples
This section provides a tutorial example on how to write data literals for different subtypes of Integer, Long, Double, String, Boolean, Date, Empty and Null. 2022-10-01, ∼409🔥, 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, ∼406🔥, 0💬
Popular Posts:
An example vector of AES-128 encryption is presented. Round keys and state values of all 11 rounds a...
This section provides a quick introduction of StoneMIND Collector, a free OCSR (Optical Chemical Str...
This section describes font attributes to specify font family, size, style and weight. XSL-FO suppor...
This section provides a Chinese calendar program in Java language using using astronomical data obta...
"Hello_REST" is an REST Web service for test purpose only. High level information about this "Hello_...