VBScripts

Pages

  • Home
  • VBScript Basics
  • VBScripts Examples

VBScripts Examples

http://vbscript4u.blogspot.com/
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Home
Subscribe to: Posts (Atom)

Popular Posts

  • Script 3: Write a script to calculate the Simple Interest.
    Dim Principal, Time, Rate, SimpleInterest Principal = CDbl (InputBox ("Please enter the Principal")) Time = CDbl (InputBox (...
  • Script 1: Accept two numbers from the user and print the sum of two numbers.
    Dim Sum Number1 = CInt (InputBox ("Please enter the number 1")) Number2 = CInt (InputBox ("Please enter the number 2"))...
  • Script 2: Write a script to find the area of a triangle.
    Dim Base, Height, Area Base = CDbl (InputBox ("Please enter the Base")) Height = CDbl (InputBox ("Please enter the Height...
  • My First VBScript
    1. Open a NotePad. 2. Type: Msgbox "My First VBScript". Double quotes are mandatory. 3. Save the file as MyScript.vbs . 4. Double...
  • Comment in VBScript:
    Single quote (‘) is used to comment a particular line or statement. No multi line comment is VB Example: ‘This is an example of comment Msg...
  • Data Types:
    VBScript has only one data type called a Variant. A Variant is a special kind of data type that can contain different kinds of information, ...
  • Option Explicit:
    "Option Explicit" is a keyword used to declare variables explicitly. When you use the Option Explicit statement, you must explicit...
  • What is VbScript?
    VBScript stands for "Visual Basic Scripting Edition", it’s a scripting language. Developed by Microsoft. Latest Version of VBScrip...
  • TypeName:
    TypeName is a keyword which tells the kind of value held by a Variable. Example: Dim a a="VBScript" : b=123 Msgbox TypeName (a) Ms...
  • DIM (Dimension)
    It is a keyword which is used to declare a variables.

Followers

Blog Archive

  • ▼  2011 (14)
    • ▼  October (14)
      • Script 3: Write a script to calculate the Simple I...
      • Script 2: Write a script to find the area of a tri...
      • Script 1: Accept two numbers from the user and pri...
      • Type Conversion:
      • Comment in VBScript:
      • TypeName:
      • Data Types:
      • DIM (Dimension)
      • Delimitation:
      • Option Explicit:
      • Naming Convention for Variables:
      • Variables
      • My First VBScript
      • What is VbScript?
  • ►  2010 (1)
    • ►  October (1)
Priya Tech. Picture Window theme. Powered by Blogger.