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

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

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

  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 - Procedures - Online Tutorials Library

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

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

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

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

  9. VBScript - Variables - Online Tutorials Library

    VBScript Variables 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.

  10. VBScript - Events - Online Tutorials Library

    VBScript's interaction with HTML is handled through events that occur when the user or browser manipulates a page. When the page loads, that is an event. When the user clicks a button, that click …