
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 - 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 - 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 …
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 - 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.
Comparison Operators in VBScript - Online Tutorials Library
Example Try the following example to understand all the Comparison operators available in VBScript:
VBScript Logical Operators - Online Tutorials Library
Example Try the following example to understand all the Logical operators available in VBScript −
VBScript Questions and Answers - Online Tutorials Library
VBScript Questions and Answers has been designed with a special intention of helping students and professionals preparing for various Certification Exams and Job Interviews.
VBScript - Placements - Online Tutorials Library
You are not restricted to be maintaining identical code in multiple HTML files. The script tag provides a mechanism to allow you to store VBScript in an external file and then include it into …