Search here for all the info you want in this Blog

VBScript Variables

VBScript Variables


            Like many other programming languages, VBScript uses variables to reserve memory to store data and to name that memory location

            A variable is a convenient placeholder that refers to a computer
memory location where you can store program information that
may change during the time your script is running. For example,
you might create a variable called ClickCount to store the number
of times a user clicked an object on a particular Web page. Where
the variable is located in computer memory is unimportant. What's
important is that you only have to refer to it by name to see its
value or to change its value. In VBScript, variables are always of
one fundamental data type, Variant.

No comments:

Post a Comment