Originally Posted By: Jooel
apronk, that wouldn't make much sense as kixtart is autotype.
so, if you do:
 Code:
DIm $Shell As String = CreateObject("WScript.Shell") 
vartypename($Shell)


it would still return object.


Autotype should be optional enabled off course.
SetOption("AutoType",Off")
That way you will HAVE to assign types to your vars when turned on.
If turned on, Kix should give error if a type is not declared.