debashis22
Sep 6th, 2000, 02:58 PM
I got asked this in an interview, and I'm not sure about this. If you declare a variable in vbscript by typing:
Dim X, Y, Z
Then are there any datatypes in vbscript or they all default to Variant? If they are Variant, then that means there is ONE type, otherwise it is none.
Which is it??
Dim X, Y, Z
Then are there any datatypes in vbscript or they all default to Variant? If they are Variant, then that means there is ONE type, otherwise it is none.
Which is it??