<-- Previous || Up || Next -->

Unsqueeze String Length Function
Co Decs Class

Public Function UnsqueezeStringLength( _
    ByVal vValue As Variant _
    ) As Variant

Return the length of the decoded version of a squeezed string.

Examples:
    UnsqueezeStringLength(Chr$(244) + Chr$(200) + Chr$(142) + Chr$(234) + Chr$(159) + Chr$(243) + Chr$(240) + Chr$(46)) = 15
    UnsqueezeStringLength("ZYXWVU") = 6
See also:
    UnsqueezeString Function
    SqueezeString Function
vValue: 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.