Click or drag to resize

VarType Function

X#
Overload List
  NameDescription
Public methodStatic memberVarType(Usual)
Returns the data type of an expression.
Note Note
VARTYPE( ) is similar to the TYPE( ) function, but VARTYPE( ) is faster and does not require quotation marks to enclose the expression for which the data type is returned.
Public methodStatic memberVarType(Usual, Logic)
Returns the data type of an expression.
Note Note
VARTYPE( ) is similar to the TYPE( ) function, but VARTYPE( ) is faster and does not require quotation marks to enclose the expression for which the data type is returned.
Top
See Also