Gzip (String function): Difference between revisions
Jump to navigation
Jump to search
m Automatically generated page update |
|||
| Line 20: | Line 20: | ||
</table> | </table> | ||
==Usage notes== | ==Usage notes== | ||
<ul> | |||
<li>The inverse of <var>Gzip</var> is <var>[[Gunzip (String function)|Gunzip]]</var>. | |||
</ul> | |||
==Examples== | ==Examples== | ||
==See also== | ==See also== | ||
{{Template:String:Gzip footer}} | {{Template:String:Gzip footer}} | ||
Revision as of 20:09, 8 February 2012
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.