1
May 24, 2008 3:47 PM
Posted by: Jerry Lees
DIM, DIM Statement, VBScript, VBScript Statements, vbscriptstatements
VBScript Statements: Explanation of the Dim Statement
Posted by: Jerry Lees
The DIM statement is used to declare variables prior to being used. To save space in your code, you can declare more than one variable in a single statement by separating each variable with a comma. For example: Dim x Dim x, y, z The Dim...




