KB-31936: Function returning the object type.
Question: Which function returns the object type? Solution: The function is TypeName(). Example of script: Dim ArrayVar(4), MyTypeNullVar = Null MyType = TypeName(“VBScript”) ‘ Returns “String”.MyType = TypeName(4) ‘ Returns…