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, ∼355🔥, 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, ∼345🔥, 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, ∼341🔥, 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, ∼335🔥, 0💬
String Data Literals
This section provides rules on writing String data literals, characters enclosed in double quotes. 2022-10-01, ∼334🔥, 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, ∼331🔥, 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, ∼325🔥, 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, ∼318🔥, 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, ∼318🔥, 0💬
References
List of reference materials used in this book. 2022-10-01, ∼318🔥, 0💬
"*" - Arithmetic Multiplication Operation
This section provides some detail rules and a tutorial example on how arithmetic multiplication operation works in VBScript. 2022-10-01, ∼312🔥, 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, ∼311🔥, 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, ∼310🔥, 0💬
"File" Objects Representing Files
This section describes File object and its properties and methods. A tutorial example is provided on how to list all properties of a file. 2022-10-01, ∼309🔥, 0💬
VBScript and Supporting Environments
This section provides a list environments that support VBScript. 2022-10-01, ∼309🔥, 0💬
Popular Posts:
全世界有哪些新冠疫苗? 到2021年1月为止,全世界有5款新冠疫苗获得不 同国家批准上市。下面是全世界新冠疫苗一览表: 代号 种类 ...
This section provides a tutorial example on how a 64-bit RSA key is validated by RsaKeyValidator.jav...
This section describes how SQL Server support JDBC client applications to use instance name instead ...
This section provides a tutorial example on how to disable and remove 'Shockwave Flash Object' addon...
An example vector of AES-128 encryption is presented. Round keys and state values of all 11 rounds a...