Public Function UnsqueezeStringLength( _ ByVal vValue As Variant _ ) As Variant
UnsqueezeStringLength(Chr$(244) + Chr$(200) + Chr$(142) + Chr$(234) + Chr$(159) + Chr$(243) + Chr$(240) + Chr$(46)) = 15 UnsqueezeStringLength("ZYXWVU") = 6See also:
UnsqueezeString Function SqueezeString FunctionvValue: The "squeezed" string (created with the SqueezeString function) whose decoded/unsqueezed length is to be determined. Function returns Null if vValue is Null or cannot be fixed up to a String.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.