Popular Books:
Built-in Misc. Functions
This section provides a list of commonly used built-in misc. functions. 2022-10-01, ∼258🔥, 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, ∼258🔥, 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, ∼257🔥, 0💬
Built-in Conversion Functions
This section provides a list of commonly used built-in conversion functions. 2022-10-01, ∼257🔥, 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, ∼256🔥, 0💬
Built-in Array Functions
This section provides a list of commonly used built-in array functions. 2022-10-01, ∼253🔥, 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, ∼252🔥, 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, ∼249🔥, 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, ∼249🔥, 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, ∼246🔥, 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, ∼242🔥, 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, ∼238🔥, 0💬
Commonly Used Types of Statements
This section provides a list of commonly used types of statements. Simple examples of statements are also provided. 2022-10-01, ∼225🔥, 0💬
Using VBScript with Internet Explorer 11
This section provides tutorial example on how to enable script running and disable 'Edge' mode in IE 11 to load Web pages embedded with VBScript code. 2022-04-01, ∼6621🔥, 5💬
💬 2021-01-03 Herong: Rory, thanks for sharing the information!
💬 2022-01-02 Herong: Cody, you can try the suggestion in VBScript Support in IE Web Browsers
💬 2021-12-28 Cody Shmaz: Is it possible to right a MsgBox() on a web page? thanks!
Examples of Expressions
This section provides a tutorial example showing you different types of expressions. 2020-06-20, ∼288🔥, 2💬
Popular Posts:
This section describes how to connect to a SQL Server 2005 through DSN with JDBC-ODBC Bridge.
I thought I'd share something that came from a talk I gave not long ago when I was asked just what a...
Rang Wo Men Dang Qi Shuang Jiang (让我们荡起双桨) - Let Us Sway Twin Oars, Lyrics by Qiao Yu (乔羽), Musi...
This section describes what is QUERY_STRING and how to use to receive information from the HTTP requ...
This section describes how to insert CLOB values as string literals using SQL INSERT statements.