GunzipFilename (String function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
Line 13: Line 13:
==Examples==
==Examples==
==See also==
==See also==
<ul>
<li>Other related methods:
<ul>
<li><var>[[Gunzip (String function)|Gunzip]]</var>
<li><var>[[GunzipDatetimeNS (String function)|GunzipDatetimeNS]]</var>
<li><var>[[Gzip (String function)|Gzip]]</var>
<li><var>[[Deflate (String function)|Deflate]]</var>
<li><var>[[Inflate (String function)|Inflate]]</var>
</ul>
{{Template:String:GunzipFilename footer}}
{{Template:String:GunzipFilename footer}}

Revision as of 18:04, 9 August 2012

Return name of GZIP format longstring (String class)

[Introduced in Sirius Mods 7.4]


This page is under construction.

Syntax

%outString = string:GunzipFilename Throws InvalidGZipData

Syntax terms

%outStringstring
string string

Usage notes

Examples

See also