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