Gunzip (String function): Difference between revisions
Jump to navigation
Jump to search
m (→Syntax terms) |
m (→See also) |
||
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
%outString | The decompressed content of the string method object. |
---|---|
string | A string which has been assigned the output of a Gunzip invocation. |
Usage notes
See also
- The inverse of Gunzip is Gzip.
- Other related methods: