Public Function DecompressStringLength( _ ByVal vString As Variant _ ) As Variant
DecompressStringLength(Chr$(3) + "ZYXWVU") = 6 DecompressStringLength(Chr$(2) + "AB" + Chr$(255) + Chr$(5) + "CDE") = 9 DecompressStringLength("Sample") = 6See also:
DecompressString Function RunLengthDecodeLength Function UnsqueezeStringLength FunctionvString: The compressed string whose length when decompressed is to be calculated. Function returns Null if vString is Null or cannot be fixed up to a String.
Function returns the length of the string vString if the first character of vString is not a valid identifier of one of the text compression techniques.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.