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

  3. VBScript - Syntax - Online Tutorials Library

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

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

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

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

  7. VBScript - Procedures - Online Tutorials Library

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

  8. VBScript - Loops - Online Tutorials Library

    A loop statement allows us to execute a statement or group of statements multiple times and following is the general from of a loop statement in VBScript. VBScript provides the following types of loops to …

  9. VBScript FormatDateTime Function - Online Tutorials Library

    It is a function that helps the developers to format and return a valid date and time expression. When you save it as .html and execute it in Internet Explorer, then the above script will produce the …

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