Popular Books:
"WScript" Runtime Object Hierarchy
This section describes WSH runtime objects: WScript and its properties. A tutorial example is provided on how to use WScript.StdIn and WScript.StdOut. 2023-02-02, ∼584🔥, 1💬
About This Book
This section provides some detailed information about this book - VBScript Tutorials - Herong's Tutorial Examples. 2022-10-01, ∼543🔥, 0💬
Built-in "Err" Object Properties and Methods
This section describes the built-in 'Err' object, and its properties and methods, Err.Number, Err.Description, Err.Source, Err.Raise(), Err.Clear(). 2025-05-29, ∼500🔥, 1💬
Variable Inspection - Data Type Validation
This section describes why variables need to be inspected when receiving it in a procedure and how to inspect a variable to determine its data type. 2022-10-01, ∼490🔥, 0💬
Data Literals
This section provides a quick introduction of data subtype literals. Examples of data literals are provided for Integer, Long, Single, Double, String, Boolean, Date, Empty and Null. 2022-10-01, ∼488🔥, 0💬
Sub (Subroutine) Procedure Example
This section provides a tutorial example on how to use a subroutine procedure. A 'Call' statement should be used to invoke a subroutine procedure. 2022-10-01, ∼464🔥, 0💬
Setting Up IIS to Run ASP Pages - asp.dll
This section provides a tutorial example on how to set up IIS 5.0 to run ASP pages. The important step is to link the .asp extension to the asp.dll library. 2022-10-01, ∼458🔥, 0💬
"Sub" Statement and Subroutine Call
This section describes how to define and invoke a subroutine procedure. There is no way to specify a return value in a subroutine procedure. 2022-10-01, ∼450🔥, 0💬
"Mod" - Arithmetic Modulus Operation
This section provides some detail rules and a tutorial example on how arithmetic modulus operation works in VBScript. 2022-10-01, ∼449🔥, 0💬
Popular Posts:
This section provides a tutorial example on how to generate certificates in DER and PEM formats usin...
This section provides first 8336 hex digits of constant PI, 3.1415927..., needed for Blowfish encryp...
The Monkey Monkeys can run circles around other people with ease. They are curious and clever people...
As early as 2,500 years ago, about the Spring and Autumn Period (770-476 BC), China had determined t...
This section describes PC Registers and Native Method Stacks, which are reserved one per thread. Nor...