###Function###
VarGetType

###Description###
Returns the internal type representation of a variant.

###Syntax###
VarGetType ( expression )


###Parameters###
@@ParamTable@@
expression
	An expression to check the internal type of.
@@End@@


###ReturnValue###
Returns a string representing the type of the expression.


###Remarks###
IsInt can return different results as it tries to convert from a string or float.


###Related###
IsInt, IsFloat, IsString, IsBinary, IsArray, IsDllStruct, IsHwnd, IsObj, IsBool, IsKeyword


###Example###
@@IncludeExample@@
