Wednesday, 14 January 2015

VBScript Variable



VBScript Variable

In VBScript all variables are of the type variant that can store any type of value.

The name of a variable in VBScript must begin with a letter and it cannot contain
period (.) and its maximum length can be of 255 characters.

No comments:

Post a Comment