VBScript – Variables and Data Types
Variable is a name given to a data storage location such as memory that can change during program execution. It is a place in the memory where the data can be placed and retrieved during the course of execution. VBScript has only one data type that is Variant. VBScript variables (Variant) can contain either string …