Fix Ups Class

Entisoft Tools 2.0 Object Library
Version 2.1 Build 208
<-- Previous || Index || Main || Topics || Next -->

Declarations Section, ArgumentsToVariant Function, ComplexStringToReals Function, FractionalToReal Function, FractionalToRealSample Sub, FixUpVariantBounds Function, FixUpVariantBoundsSample Sub, FixUpVariantCompare Sub, FixUpVariantToRange Sub, FixUpToType Function, FixUpVariantToBooleanMandFn Function, FixUpVariantToBooleanMandSub Sub, FixUpVariantToBooleanMaybeFn Function, FixUpVariantToBooleanMaybeSub Sub, FixUpVariantToByteMandFn Function, FixUpVariantToByteMandSub Sub, FixUpVariantToByteMaybeFn Function, FixUpVariantToByteMaybeSub Sub, FixUpVariantToCurrencyMandFn Function, FixUpVariantToCurrencyMandSub Sub, FixUpVariantToCurrencyMaybeFn Function, FixUpVariantToCurrencyMaybeSub Sub, FixUpVariantToDateMandFn Function, FixUpVariantToDateMandSub Sub, FixUpVariantToDateMaybeFn Function, FixUpVariantToDateMaybeSub Sub, FixUpVariantToDecimalMandFn Function, FixUpVariantToDecimalMandSub Sub, FixUpVariantToDecimalMaybeFn Function, FixUpVariantToDecimalMaybeSub Sub, FixUpVariantToDoubleMandFn Function, FixUpVariantToDoubleMandSub Sub, FixUpVariantToDoubleMaybeFn Function, FixUpVariantToDoubleMaybeSub Sub, FixUpVariantToIntegerMandFn Function, FixUpVariantToIntegerMandSub Sub, FixUpVariantToIntegerMaybeFn Function, FixUpVariantToIntegerMaybeSub Sub, FixUpVariantToLongMandFn Function, FixUpVariantToLongMandSub Sub, FixUpVariantToLongMaybeFn Function, FixUpVariantToLongMaybeSub Sub, FixUpVariantToSingleMandFn Function, FixUpVariantToSingleMandSub Sub, FixUpVariantToSingleMaybeFn Function, FixUpVariantToSingleMaybeSub Sub, FixUpVariantToStringFn Function, FixUpVariantToStringSub Sub, FixUpVariantToStringFnRecursive Function

Declarations Section
Arguments To Variant Function
Places each of the arguments into an element of a Variant array, then returns that array inside a variant.
Complex String To Reals Function
"Complex String To Real Numbers" Convert either a real number or a complex number into a complex number. This function considers complex numbers to be represented as strings of the form "R|I" where R is represents the numeric real part of the number and I represents the numeric imaginary part of the number.
Fractional To Real Function
Convert either fractional or a real number into a real number.
Fractional To Real Sample Sub
Print some samples of the FractionalToReal function.
Fix Up Variant Bounds Function
Return True if there is at least one element in array vArray between elements rLowerBound and rUpperBound. Assigns default values to missing rLowerBound and rUpperBound arguments using the actual bounds of the array.
Fix Up Variant Bounds Sample Sub
Sample of the FixUpVariantBounds function.
Fix Up Variant Compare Sub
Fix up the Compare argument required by many functions. The Compare argument specifies the string comparison type and/or sort order/collating sequence for the function.
Fix Up Variant To Range Sub
Fix up the argument rValue so that it is within the range from vMin to vMax. rValue will be left unchanged if it is within the range, it will be set to vMin if it is less than vMin, or it will be set to vMax if it is greater than vMax.
Fix Up To Type Function
"Fix Up Value To Data Type" Convert one type of value to another data type.
Fix Up Variant To Boolean Mand Fn Function
"Fix Up Variant To Boolean Mandatory Function" Convert numeric, date/time, numeric string, and date/time string Variant values to the Boolean data type. Return True if the conversion was completed successfully. Return False otherwise.
Fix Up Variant To Boolean Mand Sub Sub
"Fix Up Variant To Boolean Mandatory Subroutine" Convert numeric, date/time, numeric string, and date/time string Variant values to the Boolean data type. Assign the default value vDefault to the argument rArgument if conversion is not possible.
Fix Up Variant To Boolean Maybe Fn Function
"Fix Up Variant To Boolean Maybe Function" Return True if rArgument can be converted to a Boolean value. Return False otherwise. Numeric strings are converted into Boolean values, date/time strings are converted into Date values, and other values are left as-is.
Fix Up Variant To Boolean Maybe Sub Sub
"Fix Up Variant To Boolean Maybe Subroutine" Assign the value vDefault to rArgument if rArgument cannot be converted to a Boolean value. Numeric strings are converted into Boolean values, date/time strings are converted into Date values, and other numeric values are left as-is.
Fix Up Variant To Byte Mand Fn Function
"Fix Up Variant To Byte Mandatory Function" Convert numeric, date/time, numeric string, and date/time string Variant values to the Byte data type. Return True if the conversion was completed successfully. Return False otherwise.
Fix Up Variant To Byte Mand Sub Sub
"Fix Up Variant To Byte Mandatory Subroutine" Convert numeric, date/time, numeric string, and date/time string Variant values to the Byte data type. Assign the default value vDefault to the argument rArgument if conversion is not possible.
Fix Up Variant To Byte Maybe Fn Function
"Fix Up Variant To Byte Maybe Function" Return True if rArgument can be converted to a Byte value. Return False otherwise. Numeric strings are converted into Byte values, date/time strings are converted into Date values, and other values are left as-is.
Fix Up Variant To Byte Maybe Sub Sub
"Fix Up Variant To Byte Maybe Subroutine" Assign the value vDefault to rArgument if rArgument cannot be converted to a Byte value. Numeric strings are converted into Byte values, date/time strings are converted into Date values, and other numeric values are left as-is.
Fix Up Variant To Currency Mand Fn Function
"Fix Up Variant To Currency Mandatory Function" Convert numeric, date/time, numeric string, and date/time string Variant values to the Currency data type. Return True if the conversion was completed successfully. Return False otherwise.
Fix Up Variant To Currency Mand Sub Sub
"Fix Up Variant To Currency Mandatory Subroutine" Convert numeric, date/time, numeric string, and date/time string Variant values to the Currency data type. Assign the default value vDefault to the argument rArgument if conversion is not possible.
Fix Up Variant To Currency Maybe Fn Function
"Fix Up Variant To Currency Maybe Function" Return True if rArgument can be converted to a Currency value. Return False otherwise. Numeric strings are converted into Currency values, date/time strings are converted into Date values, and other values are left as-is.
Fix Up Variant To Currency Maybe Sub Sub
"Fix Up Variant To Currency Maybe Subroutine" Assign the value vDefault to rArgument if rArgument cannot be converted to a Currency value. Numeric strings are converted into Currency values, date/time strings are converted into Date values, and other numeric values are left as-is.
Fix Up Variant To Date Mand Fn Function
"Fix Up Variant To Date Mandatory Function" Convert numeric, date/time, numeric string, and date/time string Variant values to the Date data type. Return True if the conversion was completed successfully. Return False otherwise.
Fix Up Variant To Date Mand Sub Sub
"Fix Up Variant To Date Mandatory Subroutine" Convert numeric, date/time, numeric string, and date/time string Variant values to the Date data type. Assign the default value vDefault to the argument rArgument if conversion is not possible.
Fix Up Variant To Date Maybe Fn Function
"Fix Up Variant To Date Maybe Function" Return True if rArgument can be converted to a Date value. Return False otherwise. Numeric strings and date/time strings are converted into Date values. Other values are left as-is.
Fix Up Variant To Date Maybe Sub Sub
"Fix Up Variant To Date Maybe Subroutine" Assign the value vDefault to rArgument if rArgument cannot be converted to a Date value. Numeric strings and date/time strings are converted into Date values. Other numeric values are left as-is.
Fix Up Variant To Decimal Mand Fn Function
"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.
Fix Up Variant To Decimal Mand Sub Sub
"Fix Up Variant To Decimal Mandatory Subroutine" Convert numeric, date/time, numeric string, and date/time string Variant values to the Decimal data type. Assign the default value vDefault to the argument rArgument if conversion is not possible.
Fix Up Variant To Decimal Maybe Fn Function
"Fix Up Variant To Decimal Maybe Function" Return True if rArgument can be converted to a Decimal value. Return False otherwise. Numeric strings are converted into Decimal values, date/time strings are converted into Date values, and other values are left as-is.
Fix Up Variant To Decimal Maybe Sub Sub
"Fix Up Variant To Decimal Maybe Subroutine" Assign the value vDefault to rArgument if rArgument cannot be converted to a Decimal value. Numeric strings are converted into Decimal values, date/time strings are converted into Date values, and other numeric values are left as-is.
Fix Up Variant To Double Mand Fn Function
"Fix Up Variant To Double Mandatory Function" Convert numeric, date/time, numeric string, and date/time string Variant values to the Double data type. Return True if the conversion was completed successfully. Return False otherwise.
Fix Up Variant To Double Mand Sub Sub
"Fix Up Variant To Double Mandatory Subroutine" Convert numeric, date/time, numeric string, and date/time string Variant values to the Double data type. Assign the default value vDefault to the argument rArgument if conversion is not possible.
Fix Up Variant To Double Maybe Fn Function
"Fix Up Variant To Double Maybe Function" Return True if rArgument can be converted to a Double value. Return False otherwise. Numeric strings are converted into Double values, date/time strings are converted into Date values, and other values are left as-is.
Fix Up Variant To Double Maybe Sub Sub
"Fix Up Variant To Double Maybe Subroutine" Assign the value vDefault to rArgument if rArgument cannot be converted to a Double value. Numeric strings are converted into Double values, date/time strings are converted into Date values, and other numeric values are left as-is.
Fix Up Variant To Integer Mand Fn Function
"Fix Up Variant To Integer Mandatory Function" Convert numeric, date/time, numeric string, and date/time string Variant values to the Integer data type. Return True if the conversion was completed successfully. Return False otherwise.
Fix Up Variant To Integer Mand Sub Sub
"Fix Up Variant To Integer Mandatory Subroutine" Convert numeric, date/time, numeric string, and date/time string Variant values to the Integer data type. Assign the default value vDefault to the argument rArgument if conversion is not possible.
Fix Up Variant To Integer Maybe Fn Function
"Fix Up Variant To Integer Maybe Function" Return True if rArgument can be converted to a Integer value. Return False otherwise. Numeric strings are converted into Integer values, date/time strings are converted into Date values, and other values are left as-is.
Fix Up Variant To Integer Maybe Sub Sub
"Fix Up Variant To Integer Maybe Subroutine" Assign the value vDefault to rArgument if rArgument cannot be converted to a Integer value. Numeric strings are converted into Integer values, date/time strings are converted into Date values, and other numeric values are left as-is.
Fix Up Variant To Long Mand Fn Function
"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.
Fix Up Variant To Long Mand Sub Sub
"Fix Up Variant To Long Mandatory Subroutine" Convert numeric, date/time, numeric string, and date/time string Variant values to the Long (integer) data type. Assign the default value vDefault to the argument rArgument if conversion is not possible.
Fix Up Variant To Long Maybe Fn Function
"Fix Up Variant To Long Maybe Function" Return True if rArgument can be converted to a Long (integer) value. Return False otherwise. Numeric strings are converted into Long values, date/time strings are converted into Date values, and other values are left as-is.
Fix Up Variant To Long Maybe Sub Sub
"Fix Up Variant To Long Maybe Subroutine" Assign the value vDefault to rArgument if rArgument cannot be converted to a Long (integer) value. Numeric strings are converted into Long values, date/time strings are converted into Date values, and other numeric values are left as-is.
Fix Up Variant To Single Mand Fn Function
"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.
Fix Up Variant To Single Mand Sub Sub
"Fix Up Variant To Single Mandatory Subroutine" Convert numeric, date/time, numeric string, and date/time string Variant values to the Single data type. Assign the default value vDefault to the argument rArgument if conversion is not possible.
Fix Up Variant To Single Maybe Fn Function
"Fix Up Variant To Single Maybe Function" Return True if rArgument can be converted to a Single value. Return False otherwise. Numeric strings are converted into Single values, date/time strings are converted into Date values, and other values are left as-is.
Fix Up Variant To Single Maybe Sub Sub
"Fix Up Variant To Single Maybe Subroutine" Assign the value vDefault to rArgument if rArgument cannot be converted to a Single value. Numeric strings are converted into Single values, date/time strings are converted into Date values, and other numeric values are left as-is.
Fix Up Variant To String Fn Function
"Fix Up Variant To String Function" Leave string values as-is, and convert numeric or date arguments into string values. Return True if the argument is already a string or if it was successfully converted to one. Return False otherwise.
Fix Up Variant To String Sub Sub
"Fix Up Variant To String Subroutine" Leave string values as-is, and convert numeric or date arguments into string values. Assign the default value vDefault to the argument rArgument if conversion is not possible.
Fix Up Variant To String Fn Recursive Function
"Fix Up Variant To String Function Recursive" Convert the elements of a Variant array to string values. Function leaves string valued elements as-is, and converts numeric or date type elements into string values. Return False if any cannot be converted to a string.

This Windows-based ActiveX DLL provides many useful routines through its function-bearing and data structure classes. Consult the Help file for more information, or call us at 1-310-472-3736. For the latest news and files, visit our home page on the World Wide Web: http://www.entisoft.com

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