uncompress()

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

Syntax

uncompress(binary,uncompressed-length)

Description

Uncompresses the binary variable (containing the result of the previous call to compress()) and returns the binary uncompressed data.

Note you need to supply the length of the original uncompressed data.

Example

Calculate lOriginal as  uncompress(lCompressed,50)