Popular Books:
Examples of Expressions
This section provides a tutorial example showing you different types of expressions. 2020-06-20, ∼348🔥, 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.
"On Error GoTo 0" - Turning off Error Handling
This section provides a tutorial example on how to use 'On Error GoTo 0' to turn off the error handling flag in a procedure to catch the first runtime error. 2019-12-02, ∼3198🔥, 1💬
"Property Let/Set/Get" Procedures
This section provides a tutorial example on how to use 'Property Let/Set/Get' procedure to define public properties. 2018-11-22, ≈28🔥, 8💬
💬 2018-06-17 Herong: Julianna, Can you just terminate the script process with Task Manage?
💬 2018-06-14 Julianna: how to stop a running scrip on window 10?
Static, Client-Side and Server-Side Scripting Pages
This section describes differences of static content, client-side scripting code, and server-side scripting code. 2017-02-17, ∼403🔥, 1💬
Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format. 2016-04-25, ∼4118🔥, 6💬
💬 2016-04-25 Vigneshwaran: This will going to be very helpful to me. Thanks in advance
💬 2015-12-02 davod: thanks for your help
💬 2015-11-30 Michael Collins: Thanks
💬 2015-11-30 Kipkorir Gideon (gdnchrt@gmail.c: It's A Nice Tutorial,
WSF - Windows Script File XML Format
This section describes the WSF (Windows Script File) XML format. Multiple script jobs with different scripting language can be defined in a single WSF file. 2016-04-08, ∼4980🔥, 2💬
💬 2016-04-08 Herong: Rich, can you show us your command line and the output?
💬 2016-04-02 Rich: I keep getting can't find host scrip file, can you help?
Introduction of Arithmetic Operations
This section provides a quick introduction of arithmetic operations supported by VBScript: addition, subtraction, multiplication, division, remainder, and exponentiation. 2016-03-20, ∼1024🔥, 2💬
String Comparison Operation
This section provides a quick introduction of string comparison operations, which compare one character at a time based its ASCII value. 2016-03-03, ∼826🔥, 1💬
"MatchCollection" and "SubMatches" Collection Objects
This section describes two collection objects, MatchCollection and SubMatches. All collection objects share the Count property and the Item(i) method. 2016-02-26, ∼1632🔥, 0💬
Passing Arrays as Arguments
This section provides a tutorial example on how to pass an array as an arguments by reference to reverse positions of all elements in an array given as the argument. 2016-02-01, ∼8408🔥, 0💬
"For ... Next" Statements
This section describes how 'For ... Next' statements work in VBScript. A block of statements is repeated until a loop variable reaches its final value. 2016-02-01, ∼979🔥, 3💬
💬 2016-01-25 bushra: also give me their plss...as possible as early
Built-in String Functions
This section provides a list of commonly used built-in string functions. 2015-10-01, ∼954🔥, 1💬
Using VBScript with WSH (Windows Script Host)
This section provides tutorial example on how to run a simple VBScript code file with the Windows Script Host tool. 2015-08-31, ∼1114🔥, 1💬
Popular Posts:
This book is a collection of tutorial notes and sample codes written by the author while he was lear...
This section providing information on handling Chinese character string literals in UTF-8 encoding.
This section provides a tutorial example on how 'byte' values are casted to 'int' values when they a...
This cryptography tutorial book is a collection of notes and sample codes written by the author whil...
This section provides a tutorial example on how to set and send a cookie with the setcookie() functi...