Gzip (String function)
Compress a longstring with GZIP (String class)
[Introduced in Sirius Mods 7.4]
Syntax
%outString = string:Gzip[( [FixedCode= boolean], [LazyMatch= boolean], - [MaxChain= number], [Filename= string], - [LastModified= number])]
Syntax terms
| %string | string |
|---|---|
| lstr | lstr |
| FixedCode | Boolean value |
| LazyMatch | Boolean value |
| MaxChain | number |
| Filename | string |
| LastModified | number |
Usage notes
- The inverse of Gzip is Gunzip.