For naming anything variable names follow the standard rules in VBScript. A variable name:
- Should begin with an alphabetic character.
- Cannot have an embedded period.
- Should not exceed 255 characters.
- Should be unique in the scope in which it is declared.