About 54 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 - Syntax - Online Tutorials Library

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

  3. 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 …

  4. VBScript - Overview - Online Tutorials Library

    Features of VBScript VBScript is a lightweight scripting language, which has a lightning fast interpreter. VBScript, for the most part, is case insensitive. It has a very simple syntax, easy to learn and to …

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

  6. VBScript eBook - TutorialsPoint

    Microsoft VBScript (Visual Basic Script) is a general-purpose, lightweight and active scripting language developed by Microsoft that is modelled on Visual Basic.

  7. VBScript - Procedures - Online Tutorials Library

    Learn about procedures in VBScript, including how to create and use functions and subroutines effectively.

  8. VBScript For Loops - Online Tutorials Library

    A for loop is a repetition control structure that allows a developer to efficiently write a loop that needs to execute a specific number of times. The syntax of a for loop in VBScript is − Here is the flow of …

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

  10. 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 −