Gunzip (String function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 19: Line 19:
<li><var>[[GunzipDatetimeNS (String function)|GunzipDatetimeNS]]</var>
<li><var>[[GunzipDatetimeNS (String function)|GunzipDatetimeNS]]</var>
<li><var>[[GunzipFilename (String function)|GunzipFilename]]</var>
<li><var>[[GunzipFilename (String function)|GunzipFilename]]</var>
<li><var>[[Zip (String function)|Zip]]</var>
<li><var>[[Deflate (String function)|Deflate]]</var>
<li><var>[[Deflate (String function)|Deflate]]</var>
<li><var>[[Inflate (String function)|Inflate]]</var>
<li><var>[[Inflate (String function)|Inflate]]</var>
</ul>
</ul>
</ul>
</ul>


{{Template:String:Gunzip footer}}
{{Template:String:Gunzip footer}}

Revision as of 18:23, 9 August 2012

Decompress a longstring with GUNZIP (String class)

[Introduced in Sirius Mods 7.4]


Syntax

%outString = string:Gunzip Throws InvalidGZipData

Syntax terms

%outStringThe decompressed content of the string method object.
string A string which has been assigned the output of a Gunzip invocation.

Usage notes

See also