Public Function MinOfVarType(ByVal vVarType As Variant) As Variant
MinOfVarType(vbBoolean) = -1 MinOfVarType(vbByte) = 0 MinOfVarType(vbDate) = #1/1/100#See also:
MinOfVarType Function MinBoolean Property, et. al.vVarType: The numeric constant which represents a specific Visual Basic data type. Function returns Null if vVarType is Null or cannot be fixed up to a number.
Note: Function currently recognizes the following Visual Basic data types:
vbArray not supported.
vbBoolean (same as MinBoolean)
vbByte (same as MinByte)
vbCurrency (same as MinCurrency)
vbDataObject not supported.
vbDate (same as MinDate)
vbDecimal (same as MinDecimal)
vbDouble (same as MinDouble)
vbEmpty not supported.
vbError not supported.
vbInteger (same as MinInteger)
vbLong (same as MinLong)
vbNull not supported.
vbObject not supported.
vbSingle (same as MinSingle)
vbString not supported.
vbVariant not supported.Function returns Null if vVarType does not represent the VarType value of a Visual Basic data type.
v1.5 Change: This function has been extended to support the new Decimal data type in VB 6.0,
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.