back to Table of Contents


LzwPack$ (function)

Perform LZW compression on the given source data and return the packed data on success. The source can be any sequence of bytes inclusive zeros and control chars.


SYNTAX:

packed$ = LzwPack$ (SourceData$, MinRatio%)

INPUTS:

SourceData$ (STRING)

MinRatio% (INTEGER)


RESULT:

packed$ (STRING)


back to Table of Contents