Public Sub FixUpVariantToIntegerMaybeSub( _ ByRef rArgument As Variant _ , ByVal vDefault As Variant _ )
FixUpVariantToIntegerMandSub Subroutine FixUpVariantToIntegerMaybeFn FunctionrArgument: Argument that is checked for compatibility with the Integer data type. Argument will actually be converted to a Integer value if it is a numeric string or date/time string. Subroutine assigns the default value vDefault to rArgument if conversion is not possible, such as when the rArgument is out-of-range, missing, Null, an error, a pointer, or a non-numeric string.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.