Popular Books:
"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, ∼294🔥, 0💬
Built-in Date and Time Functions
This section provides a list of commonly used built-in date and time functions. 2022-10-01, ∼293🔥, 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, ∼290🔥, 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, ∼288🔥, 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, ∼285🔥, 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, ∼279🔥, 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, ∼276🔥, 0💬
Built-in Math Functions
This section provides a list of commonly used built-in math functions. 2022-10-01, ∼273🔥, 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, ∼272🔥, 0💬
"-" - Arithmetic Subtraction Operation
This section provides some detail rules and a tutorial example on how arithmetic subtraction operation works in VBScript. 2022-10-01, ∼269🔥, 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, ∼267🔥, 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, ∼267🔥, 0💬
"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, ∼266🔥, 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, ∼260🔥, 0💬
Popular Posts:
This section provides a tutorial example on how to set and send a cookie with the setcookie() functi...
This section describes steps on how to open file for binary input using open(), binmode() and read()...
新冠病毒感染过程有哪些阶段? 新冠病毒感染过程可以分成四个阶段:对接,融入,复 制,释放。下面是一张摘自bmj.com的新冠...
This section provides a quick introduction of the SecretKeySpec class and the KeySpec interface. The...
his book is a collection of notes and sample codes written by the author while he was learning Andro...