Public Function NullToBlank( _ ByVal vValue As Variant _ ) As Variant
NullToBlank(Null) = "" IsNull(NullToBlank(Null)) = True NullToBlank("Word") = "Word" NullToBlank(123456) = 123456See also:
NullToValue Function NullValue PropertyvValue: The value which is to be changed from Null to a blank string if appropriate. Function returns an empty String if vValue is Null. Function returns vValue unchanged in all other cases.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.