How do I get the type of a variable using VBScript?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Is VarType what you need? |
|||||||||||
|
|
If you want to get the type name of an object assigned to a variable with
|
|||
|
|
|
@tmdean's answer also works to get the Type Name (not an integer) of (almost) all other types of variables (per http://msdn.microsoft.com/en-us/library/ie/y58s1cs6%28v=vs.84%29.aspx)
|
|||
|
|
|
||||
|
|

