Gunzip (String function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
Line 10: Line 10:
</table>
</table>
==Usage notes==
==Usage notes==
<ul>
<li>The inverse of <var>Gunzip</var> is <var>[[Gzip (String function)|Gzip]]</var>.
</ul>
==Examples==
==Examples==
==See also==
==See also==
{{Template:String:Gunzip footer}}
{{Template:String:Gunzip footer}}

Revision as of 20:09, 8 February 2012

Decompress a longstring with GUNZIP (String class)

[Introduced in Sirius Mods 7.4]


Syntax

%outString = string:Gunzip Throws InvalidGZipData

Syntax terms

%stringstring
lstr lstr

Usage notes

  • The inverse of Gunzip is Gzip.

Examples

See also