Popular Books:
"Select Case" Statement Examples
This section provides a tutorial example on how to use 'Select Case' statements to select one block of statements based on the equal condition of an expected value. 2022-10-01, ∼325🔥, 0💬
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, ∼313🔥, 1💬
What Is an Array?
This section provides an introduction of what is an array. VBScript supports fixed size arrays and dynamic size arrays. 2022-10-01, ∼312🔥, 0💬
"For Each" Statement Example
This section provides a tutorial example on how to use a 'For Each' statement to loop through all elements in an array. 2022-10-01, ∼300🔥, 0💬
"If" Statements
This section describes 4 forms of 'If' statements supported in VBScript. The more complex form is 'If ... ElseIf ... Else ... End If'. 2022-10-01, ∼296🔥, 0💬
String Data Literals
This section provides rules on writing String data literals, characters enclosed in double quotes. 2022-10-01, ∼292🔥, 0💬
"^" - Arithmetic Exponentiation Operation
This section provides some detail rules and a tutorial example on how arithmetic exponentiation operation works in VBScript. 2023-06-19, ∼290🔥, 1💬
What Is a Procedure?
This section describes what is a procedure and what are the two types of procedures in VBScript. 2022-10-01, ∼290🔥, 0💬
"While" Statements
This section describes how 'While' statements work in VBScript. A block of statements is repeated as long as the specified condition is true. 2022-10-01, ∼289🔥, 0💬
"StringBuffer" - A Class Example
This section provides a tutorial example of simple class, StringBuffer, which allows you to build long strings with an internal array as the storage. 2022-10-01, ∼284🔥, 0💬
References
List of reference materials used in this book. 2022-10-01, ∼282🔥, 0💬
Class, Property, Method and Related Statements
This section describes general rules on creating your own classes in VBScript. A list of class related statements is provided. 2022-10-01, ∼281🔥, 0💬
Popular Posts:
中国生物新冠疫苗的抗体保护期有多长时间? 到2021年1月15日为止, 最早接种疫苗的人已经做了8个多月的观察,结...
Want to know when is the 2015 Chinese New Year day? Look for free Chinese calendars for 2015? Chines...
This section describes two key methods in the XML::Simple module, XMLin() and XMLout(), to convert X...
This section describes the process used by Windows XP component, Update Root Certificates, to commun...
This section provides a tutorial example on how to write a Java program using socket interface to se...