About 53 results
Open links in new tab
  1. VBScript Tutorial - Online Tutorials Library

    Microsoft VBScript (Visual Basic Script) is a general-purpose, lightweight and active scripting language developed by Microsoft that is modeled on Visual Basic. Nowadays, VBScript is the primary scripting …

  2. VBScript Logical Operators - Online Tutorials Library

    VBScript supports the following logical operators − Assume variable A holds 10 and variable B holds 0, then − Try the following example to understand all the Logical operators available in VBScript − …

  3. 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 operators −

  4. 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 such as MS …

  5. VBScript If..ElseIf..Else Statements - Online Tutorials Library

    An If statement followed by one or more ElseIf Statements that consists of boolean expressions and then followed by a default else statement, which executes when all the condition becomes false.

  6. VBScript - Overview - 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 such as MS …

  7. VBScript - Syntax - Online Tutorials Library

    Learn VBScript syntax essentials, including variables and control structures, to enhance your scripting skills effectively.

  8. Enabling VBScript in Browsers - Online Tutorials Library

    Not all the modern browsers support VBScript. VBScript is supported just by Microsoft's Internet Explorer while other browsers (Firefox and Chrome) support just JavaScript. Hence, developers …

  9. 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.

  10. Comparison Operators in VBScript - Online Tutorials Library

    Following table shows all the Comparison operators supported by VBScript language. Assume variable A holds 10 and variable B holds 20, then: Try the following example to understand all the …