Popular Books:
Built-in Misc. Functions
This section provides a list of commonly used built-in misc. functions. 2022-10-01, ∼364🔥, 0💬
Built-in Math Functions
This section provides a list of commonly used built-in math functions. 2022-10-01, ∼363🔥, 0💬
"/" - Arithmetic Division Operation
This section provides some detail rules and a tutorial example on how arithmetic division operation works in VBScript. 2022-10-01, ∼361🔥, 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, ∼360🔥, 0💬
Built-in Conversion Functions
This section provides a list of commonly used built-in conversion functions. 2022-10-01, ∼359🔥, 0💬
"Folder" Objects Representing File Folders
This section describes Folder object and its properties and methods. A tutorial example is provided on how to list all properties of a file folder. 2022-10-01, ∼359🔥, 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, ∼357🔥, 0💬
"Function" Statement and Function Call
This section describes how to define and invoke a function procedure. Assigning a value to the procedure name in the function procedure sets the return value. 2022-10-01, ∼352🔥, 0💬
Examples of Expressions
This section provides a tutorial example showing you different types of expressions. 2020-06-20, ∼348🔥, 2💬
"For ... Next" Statement Example Examples
This section provides a tutorial example on how to use 'For ... Next' statements to repeat a block of statements. 2022-10-01, ∼347🔥, 0💬
Example - Passing Arguments by Value
This section provides a tutorial example on how to pass arguments by value to swap values passed through procedure arguments. By this example will not work. 2022-10-01, ∼346🔥, 0💬
Example - Passing Arguments by Reference
This section provides a tutorial example on how to pass arguments by reference to swap values passed through procedure arguments. 2022-10-01, ∼344🔥, 0💬
"Do ... Loop" Statements
This section describes how 'Do ... Loop' statements work in VBScript. A block of statements is repeated based on the specified condition. 2022-10-01, ∼343🔥, 0💬
"While" Statement Examples
This section provides a tutorial example on how to use 'while' statements to repeat a block of statements. 2022-10-01, ∼342🔥, 0💬
Variable Scope in Procedures
This section describes rules on scope of global variables defined in the main code and local variables defined in procedures. 2022-10-01, ∼334🔥, 0💬
Example - Variable Scope in Procedures
This section provides a tutorial example on validating scope of global variables in the main code and local variables in procedures. 2022-10-01, ∼331🔥, 0💬
"If" Statement Examples
This section provides a tutorial example on how to use different types of 'If' statements to control code executions. 2022-10-01, ∼313🔥, 0💬
Popular Posts:
This section provides a tutorial example on how the SOAP message receiver should validate the passwo...
This section provides a tutorial example on how to write a simple Java test program to join any give...
This section introduces an old definition of 'meter' which uses the Paris meridian line. A 'meter' i...
This section provides a tutorial example on how to install OpenSSL on a Windows system.
This section describes what is OQL (Object Query Language). OQL statement syntax and examples are al...