xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

CharUnpack()

Uncompresses a CharPack() compressed string.

Syntax

CharUnpack( <cCompressed> ) --> cUncompressed

Arguments

<cCompressed>
This is a character string as returned from function CharPack().

Return

The function returns the original, uncompressed string previously passed to Charpack().

Info

See also:CharPack()
Category: CT:String manipulation , Character functions
Source:ct\pack.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe