<-- Previous || Up || Next -->

Fix Up Variant To Long Mand Fn Function
Fix Ups Class

Public Function FixUpVariantToLongMandFn( _
    ByRef rArgument As Variant _
    ) As Boolean

"Fix Up Variant To Long Mandatory Function"
Convert numeric, date/time, numeric string, and date/time string Variant values to the Long (integer) data type.
Return True if the conversion was completed successfully.
Return False otherwise.

See also:
    FixUpVariantToLongMaybeFn Function
    FixUpVariantToLongMandSub Subroutine
rArgument: The argument which is changed to a Long value, if possible. Function returns False if conversion was not possible, such as when the argument is out-of-range, missing, Null, an error, a pointer, or a non-numeric string.
Note: rArgument is a passed by reference, so the variable passed from the calling function will likely be modified.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.