Popular Books:
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, ∼528🔥, 0💬
About This Book
This section provides some detailed information about this book - VBScript Tutorials - Herong's Tutorial Examples. 2022-10-01, ∼454🔥, 0💬
Data Literals
This section provides a quick introduction of data subtype literals. Examples of data literals are provided for Integer, Long, Single, Double, String, Boolean, Date, Empty and Null. 2022-10-01, ∼446🔥, 0💬
Variable Inspection - Data Type Validation
This section describes why variables need to be inspected when receiving it in a procedure and how to inspect a variable to determine its data type. 2022-10-01, ∼441🔥, 0💬
String Concatenation Operation
This section provides a quick introduction of string concatenation operation, which joins the second string to the end of the first string. 2022-10-01, ∼390🔥, 0💬
Sub (Subroutine) Procedure Example
This section provides a tutorial example on how to use a subroutine procedure. A 'Call' statement should be used to invoke a subroutine procedure. 2022-10-01, ∼389🔥, 0💬
Setting Up IIS to Run ASP Pages - asp.dll
This section provides a tutorial example on how to set up IIS 5.0 to run ASP pages. The important step is to link the .asp extension to the asp.dll library. 2022-10-01, ∼386🔥, 0💬
"Sub" Statement and Subroutine Call
This section describes how to define and invoke a subroutine procedure. There is no way to specify a return value in a subroutine procedure. 2022-10-01, ∼385🔥, 0💬
"Mod" - Arithmetic Modulus Operation
This section provides some detail rules and a tutorial example on how arithmetic modulus operation works in VBScript. 2022-10-01, ∼383🔥, 0💬
Popular Posts:
中国生物新冠疫苗的保护效力是多少? 2020年12月底,国药集团中国生物北京所公布了 Ⅲ期临床试验期中分析数据,结果显示,...
This section describes how to configure Apache to use Apache PHP load module to run PHP scripts as W...
This section describes the WSF (Windows Script File) XML format. Multiple script jobs with different...
This section provides a quick summary of the Unicode code point block: 'Miscellaneous Symbols', whic...
This section describes how to decode a Bitcoin raw transaction format.