Vbscript

Declaring Variables

Declaring Variables

Variables declaration is the same as variable creation because the computer is instructed to reserve the memory space. The variable can be named according to your preference. There may be short names such as a, b or c, or more authentic ones such as client, address, amount, etc. It is considered good programming practice to render clear and descriptive names of variables.

Rules for Declaring Variables −

  • The Variable Name should start with an alphabet.
  • The Variable names cannot surpass 255 characters.
  • The Variables must not include a period (.)
  • The Variable Names should be different in the stated context.

Using the "Dim" keyword, the variables are specified. Since just ONE basic data type is available, all variables specified are variants by default. Therefore, while declaring, a user does not declare the type of data.

Assigning Values to the Variables

Similar to an algebraic expression, values are assigned. On the left side of the variable name is followed by a symbol (=), and on the right side is the variable's value.

Rules for assigning the variables

  • The numeric values must be stated without double-quotes.
  • Date and Time variables must be confined within the hash symbol(#)
  • The String values must be confined within double quotes(")

Top course recommendations for you

    Python Basic Programs
    2 hrs
    Beginner
    33.2K+ Learners
    4.51  (1383)
    Ecommerce Website with HTML & CSS
    3 hrs
    Intermediate
    21.4K+ Learners
    4.57  (626)
    Oracle SQL
    4 hrs
    Beginner
    30.1K+ Learners
    4.58  (1355)
    Java Basic Programs
    2 hrs
    Beginner
    31.8K+ Learners
    4.48  (813)
    Excel Tips and Tricks
    1 hrs
    Beginner
    58.8K+ Learners
    4.62  (2936)
    Factorial Program in Python
    1 hrs
    Beginner
    2.7K+ Learners
    4.64  (76)
    Palindrome Program in C
    1 hrs
    Beginner
    2.8K+ Learners
    4.38  (106)
    PHP for Beginners
    2 hrs
    Beginner
    37.7K+ Learners
    4.54  (2193)
    Inferential Statistics
    1 hrs
    Beginner
    3.3K+ Learners
    4.64  (58)
    Catia Basics
    2 hrs
    Beginner
    14.5K+ Learners
    4.52  (971)