Public Function IsWholeDataType( _
ByVal vValue As Variant _
) As Boolean IsWholeDataType(34) = True
IsWholeDataType(123456) = True
IsWholeDataType(False) = True
IsWholeDataType(1234.56) = False
IsWholeDataType(#12/31/95#) = False
IsWholeDataType("34") = False
IsWholeDataType("A word.") = FalseSee also: IsFloatingPointDataType Function
IsNumber FunctionvValue: Value whose data type is examined to see if it is limited to representing whole numbers. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.