Mega Code Archive

 
Categories / VisualBasic Script / Data Type
 

If you simply declare a variable with a Dim statement and leave off the type-declaration keyword or character, the variable is a

Sub var()     Dim myVar End Sub