Popular Books:
Built-in "Err" Object Properties and Methods
This section describes the built-in 'Err' object, and its properties and methods, Err.Number, Err.Description, Err.Source, Err.Raise(), Err.Clear(). 2025-05-29, ∼385🔥, 1💬
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. 2023-12-16, ∼6150🔥, 11💬
💬 2022-02-27 bob: this didnt help
💬 2018-08-11 Herong: trina, I will make corrections. Thanks for the comment.
"^" - Arithmetic Exponentiation Operation
This section provides some detail rules and a tutorial example on how arithmetic exponentiation operation works in VBScript. 2023-06-19, ∼261🔥, 1💬
"WScript" Runtime Object Hierarchy
This section describes WSH runtime objects: WScript and its properties. A tutorial example is provided on how to use WScript.StdIn and WScript.StdOut. 2023-02-02, ∼434🔥, 1💬
💬 2023-01-28 adheesh: i ment something else
💬 2016-05-07 Herong: Donald, I don't understand your question. More details please.
💬 2016-05-06 Donald Duck: Please include a list of the different possible values for number. Thanks☺
Creating a Copy of an Array
This section provides a tutorial example on how to create a copy of an array quickly with the array assignment statement. 2022-10-01, ∼885🔥, 0💬
"Dim x()" - Declaring Array Variables
This section provides an introduction and examples on how to declare array variables with fixed sizes or dynamic sizes. 2022-10-01, ∼499🔥, 0💬
"cscript.exe/wscript.exe" Command Version and Options
This section describes how to start 'cscript' or 'wscript' command and what options are available. 2022-10-01, ∼482🔥, 0💬
What is WSH (Windows Script Host)?
This section describes WSH (Windows Script Host) and its features. WSH is a Windows system administration tool to run VBScript code to common administrative tasks. 2022-10-01, ∼474🔥, 0💬
Empty - The Default Value of a Variable
This section provides a tutorial example on how to find out the default value, Empty, of a variable before its first assignment. 2022-10-01, ∼462🔥, 0💬
Popular Posts:
http://herongyang.com/20 16/- the printable calendar seems off by one day for the 2nd lunar month in...
This section provides a simple example program code of FORTRAN 77 language.
This section describes the Java program entry point, the main() method of the starting class. Comman...
This chapter provides notes and tutorial examples on UTF-16, UTF-16BE and UTF-16LE encodings. Topics...
This section provides a tutorial example on how to use 'jar --main-class ...' command option to spec...