Public Function CDecIgnErr( _
ByVal vValue As Variant _
) As Variant CDecIgnErr(34.5) = 34.5
CDecIgnErr(0) = 0
CDecIgnErr(-34.5) = -34.5
IsEmpty(CDecIgnErr(1E300)) = True
CDecIgnErr("1") = 1
CDecIgnErr("0") = 0
IsEmpty(CDecIgnErr("Word")) = TrueSee also: CanBeDecimal Function
CCurIgnErr Function
CDblIgnErr Function
CSngIgnErr Function
CDec Function (Visual Basic)vValue: The value which will be converted to Decimal and returned (if conversion is possible). Conversion is not possible if vValue is Null, an Error, an Object, a non-numeric String, or a numeric value out of the range allowed for this data type. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.