Popular Books:
"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💬
VBScript and Supporting Environments
This section provides a list environments that support VBScript. 2022-10-01, ∼309🔥, 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, ∼308🔥, 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, ∼307🔥, 0💬
Built-in Date and Time Functions
This section provides a list of commonly used built-in date and time functions. 2022-10-01, ∼307🔥, 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, ∼303🔥, 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, ∼301🔥, 0💬
Examples of Expressions
This section provides a tutorial example showing you different types of expressions. 2020-06-20, ∼296🔥, 2💬
"\" - 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, ∼288🔥, 0💬
Built-in Math Functions
This section provides a list of commonly used built-in math functions. 2022-10-01, ∼287🔥, 0💬
GetVarInfo() - Variable Inspection Example
This section provides a tutorial example of writing a code, GetVarInfo(), to print out data type information of a given variable. 2022-10-01, ∼286🔥, 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, ∼283🔥, 0💬
'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, ∼283🔥, 0💬
Popular Posts:
This section provides a tutorial example on how to use 'g++ -c' and 'ar src' commands to compile you...
The Rooster The Rooster is a flamboyant personality, feisty and obstinate. He is quite the extrovert...
This section describes PC Registers and Native Method Stacks, which are reserved one per thread. Nor...
This section describes how to insert BLOB values as normal strings using INSERT statements.
This section provides a quick introduction of Shift-JIS, also called MS Kanji, encoding, which maps ...