Search here for all the info you want in this Blog

Rules about variable declaration

Variable names follow the standard rules for naming anything in
VBScript. A variable name:
· Must begin with an alphabetic character.
· Cannot contain an embedded period.
· Must not exceed 255 characters.
· Must be unique in the scope in which it is declared.

No comments:

Post a Comment