Tutorial Books:
Built-in Conversion Functions
This section provides a list of commonly used built-in conversion functions. 2022-10-01, 151🔥, 0💬
Built-in Misc. Functions
This section provides a list of commonly used built-in misc. functions. 2022-10-01, 149🔥, 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, 147🔥, 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, 147🔥, 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, 146🔥, 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, 146🔥, 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, 143🔥, 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, 137🔥, 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, 133🔥, 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, 5934🔥, 5💬
💬 2021-01-03 Herong: Rory, thanks for sharing the information!
Using Visual Basic with Microsoft Access
This section provides tutorial example on how to add a Visual Basic code in Microsoft Access database to be executed as a macro on database tables. 2022-02-27, 5762🔥, 10💬
💬 2022-02-27 bob: this didnt help
💬 2018-08-11 Herong: trina, I will make corrections. Thanks for the comment.
💬 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, 222🔥, 2💬
💬 2020-04-25 my name is idiot: Me wants it die
💬 2016-05-23 Herong: James, your email address is not working. Please contact me.
Popular Posts:
This section describes the free Web service GetWeatherByZipCode provided by WebserviceX.NET. GetWeat...
Why This Page? Chinese New Year is the main holiday of the year for more than one quarter of the wor...
This section provides a quick introduction on how to manage keychains with command line tools.
Want to know when is the 2036 Chinese New Year day? Look for free Chinese calendars for 2036? Chines...
This chapter provides tutorial notes on CLOB (Character Large Object) data types, TEXT, with MySQL J...