Public Function CompressSpaces( _ ByVal vValue As Variant _ ) As Variant
CompressSpaces("Now is" + vbCrLf + "the time. ") = "Now is the time. "See also:
ReplaceStringRecursively Function IsSpace FunctionvValue: The string from which repeated sequences of space-type characters are to be removed. Function return Null if vValue is Null or cannot be fixed up to a String.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.