Popular Books:
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, ∼336🔥, 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, ∼333🔥, 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, ∼332🔥, 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, ∼332🔥, 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, ∼331🔥, 0💬
Built-in Date and Time Functions
This section provides a list of commonly used built-in date and time functions. 2022-10-01, ∼327🔥, 0💬
VBScript and Supporting Environments
This section provides a list environments that support VBScript. 2022-10-01, ∼327🔥, 0💬
Function Procedure Example
This section provides a tutorial example on how to define and invoke a function procedure that calculates the temperature value in Celsius from Fahrenheit. 2022-10-01, ∼326🔥, 0💬
"+" - Arithmetic Addition Operation
This section provides some detail rules and a tutorial example on how arithmetic addition operation works in VBScript. 2022-10-01, ∼322🔥, 0💬
"\" - Arithmetic Integer Division Operation
This section provides some detail rules and a tutorial example on how arithmetic integer division operation works in VBScript. 2022-10-01, ∼312🔥, 0💬
Examples of Expressions
This section provides a tutorial example showing you different types of expressions. 2020-06-20, ∼310🔥, 2💬
'vbscript:' Pseudo-URL Addresses
This section describes what is a 'vbscript:' pseudo-URL address and provides several interesting examples of 'vbscript:' URLs. 2022-10-01, ∼309🔥, 0💬
"Drive" Objects Representing Disk Drives
This section describes Drive object properties. A tutorial example is provided on how to list all drives and their properties on the local machine. 2022-10-01, ∼307🔥, 0💬
Assigning Values to Variables - "=" Statement
This section provides a quick introduction of the assignment statement, which allows you to assign a new value to a variable. 2022-10-01, ∼305🔥, 0💬
Built-in Math Functions
This section provides a list of commonly used built-in math functions. 2022-10-01, ∼304🔥, 0💬
Popular Posts:
This section provides a brief introduction on the Byte Order Mark (BOM) character, U+FEFF, used as t...
This Unicode tutorial book is a collection of notes and sample codes written by the author while he ...
Hi, I'm getting married next year and I stumbled across your auspicious wedding dates for 2017. Your...
Where to find lucky wedding dates for year 2019? Lucky Wedding Dates: 2019 - Year of the Boar ⇒ Lu...
This section provides tutorial example on how to download and install J2SE (JDK - Java Development K...