
VBScript Tutorial - Online Tutorials Library
This tutorial has been prepared for beginners to help them understand the basic-to-advanced functionality of VBScript. After completing this tutorial, you will find yourself at a moderate level …
VBScript - Quick Guide - Online Tutorials Library
VBScript stands for Visual Basic Scripting that forms a subset of Visual Basic for Applications (VBA). VBA is a product of Microsoft which is included NOT only in other Microsoft products …
VBScript - Syntax - Online Tutorials Library
VBScript ignores spaces, tabs, and newlines that appear within VBScript programs. One can use spaces, tabs, and newlines freely within the program, so you are free to format and indent your …
VBScript - Overview - Online Tutorials Library
Unlike C++ or Java, VBScript is an object-based scripting language and NOT an Object-Oriented Programming language. It uses Component Object Model (COM) in order to access the …
VBScript - Procedures - Online Tutorials Library
Apart from inbuilt Functions, VBScript allows us to write user-defined functions as well. This section will explain you how to write your own functions in VBScript.
About the Tutorial l Basic. Nowadays, VBScript is the primary scripting language for Quick Test Professional (QTP), which is a test automat on tool. This tutorial will teach you how to use …
VBScript Logical Operators - Online Tutorials Library
Example Try the following example to understand all the Logical operators available in VBScript −
VBScript - Operators - Online Tutorials Library
What is an operator? Lets take an expression 4 + 5 is equal to 9. Here, 4 and 5 are called operands and + is called the operator. VBScript language supports following types of …
VBScript - Variables - Online Tutorials Library
A variable is a named memory location used to hold a value that can be changed during the script execution. VBScript has only ONE fundamental data type, Variant.
VBScript - Date and Time Functions - Online Tutorials Library
VBScript Date and Time Functions help the developers to convert date and time from one format to another or to express the date or time value in the format that suits a specific condition.