it_Compression::CompressString



o.CompressString(cUnCompressedString As String, cCompressedString As String, nCompressLevel as Integer)

Return Value

True or False

Parameters

The following Parameters should be passed by Reference

cCompressedString
cUnCompressedString

Remarks

Compresses a string into zlib format. It does this in one step
which uses more memory but works faster

Example

o.UncompressString(@cCompressedString, @cUnCompressedString)

See also:

Class it_Compression


Last Updated: 26/08/2005