xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

CharPack()

Compresses a string.

Syntax

CharPack( <cString> ) --> cCompressed

Arguments

<cString>
This is the character string to compress.

Return

The function returns a compressed string. It can be uncompressed with CharUnpack().

Info

See also:CharUnpack()
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