Popular Books:
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, ∼276🔥, 0💬
VBScript and Supporting Environments
This section provides a list environments that support VBScript. 2022-10-01, ∼273🔥, 0💬
Examples of Expressions
This section provides a tutorial example showing you different types of expressions. 2020-06-20, ∼272🔥, 2💬
Built-in Date and Time Functions
This section provides a list of commonly used built-in date and time functions. 2022-10-01, ∼266🔥, 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, ∼263🔥, 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, ∼261🔥, 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, ∼261🔥, 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, ∼253🔥, 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, ∼252🔥, 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, ∼250🔥, 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, ∼248🔥, 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, ∼246🔥, 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, ∼246🔥, 0💬
Built-in Math Functions
This section provides a list of commonly used built-in math functions. 2022-10-01, ∼245🔥, 0💬
Popular Posts:
Information on how to obtain the PDF version of this book for printing.
The Dragon Boat Festival, the 5th day of the 5th lunar month, has had a history of more than 2,000 y...
This section provides a tutorial example on how to use Google Chrome as an XML file browser. Chrome ...
This section provides a tutorial example on how to turn on the out-of-the-box JMX agent on Sun JVM f...
This section provides you a tutorial example on how to run Java HotSpot Server VM - run Java command...