compress()

Function group Execute on client Platform(s)
Compression NO All

Syntax

compress(binary)

Description

Compresses the data stored in the specified binary variable and returns the binary compressed data.

It uses the ZLIB compression algorithm to compress the binary variable. To uncompress the result, and return the original uncompressed value, use uncompress().

Example

Calculate lCompressed as  compress(lOriginal)