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

Fix Up Variant To Single Mand Fn Function
Fix Ups Class

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

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

See also:
    FixUpVariantToSingleMaybeFn Function
    FixUpVariantToSingleMandSub Subroutine
rArgument: The argument which is changed to a Single 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.