<-- Previous || Up || Next -->

VT Function
Comparisons Class

Public Function VT( _
    ByVal vValue As Variant _
    ) As String

"Value Type"
Return the name of the data type of the argument.

Examples:
    VT("A Phrase.") = "String"
    VT(123) = "Integer"
    VT(123.45) = "Double"
    VT(#1/1/2001#) = "Date"
See also:
    VarTypeToString Function
    VarType Function (Visual Basic)
vValue: Function returns the name of the Visual Basic data type of this argument.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.