Function CharPack() Foundation

Packs a string.

Syntax
CharPack( <cString>  , ;
          [<nMethod>]  ;  // Default: 0
        ) --> cPackedString
Return

Returns a compressed string.

Description

Values for <nMethod> determine the compression algorithm:

0 - modified run length encoding

1 - bit oriented algorithm

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.