The Compress attribute function compresses the contents of the variables and returns the compressed data as a variant.
Syntax | ||
Compress() | ||
Return value | ||
Type |
Description | |
Variant |
The compressed data | |
Parameter | ||
None |
| |
Note | ||
The data will be compressed by a zip like algorithm. Compress is the inverse function of Expand. | ||
See also Expand