Public Function CVarIgnErr( _ ByVal vValue As Variant _ ) As Variant
CVarIgnErr(34) = 34 CVarIgnErr("Word") = "Word" IsEmpty(CVarIgnErr(Nothing)) = TrueSee also:
CVar Function (Visual Basic)vValue: The value which will be converted to a Variant and returned (if conversion is possible). Conversion is not possible if vValue is Null, an Error, or an Object.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.