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

Fix Up Variant To Decimal Mand Fn Function
Fix Ups Class

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

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

See also:
    FixUpVariantToDecimalMaybeFn Function
    FixUpVariantToDecimalMandSub Subroutine
rArgument: The argument which is changed to a Decimal 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.
v1.5 Addition: This function is new to version 1.5 of Entisoft Tools.

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