Popular Books:
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💬
Data Type "Variant()" - Array of Variant Values
This section describes the array data type, Variant(). A tutorial example is provided to show how TypeName() and VarType() functions work on array values. 2022-10-01, ∼1008🔥, 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💬
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💬
"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, ∼738🔥, 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, ∼667🔥, 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, ∼662🔥, 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, ∼627🔥, 0💬
Popular Posts:
This section provides a tutorial example on how to create a JAR file with the 'jar --create' command...
This section describes two key methods in the XML::Simple module, XMLin() and XMLout(), to convert X...
Want to know when is the 2076 Chinese New Year day? Look for free Chinese calendars for 2076? Chines...
When is the Chinese Laba Festival? How is it celebrated? What are the traditions? The 8th day of the...
This section provides a tutorial example on how to use 'base64' command on a macOS system to perform...