GunzipFilename (String function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 6: Line 6:
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%outString</th><td>string</td></tr>
<tr><th>%outString</th>
<td><td>The decompressed content of the <var class="term">string</var> method object.</td></tr>
 
<tr><th>string</th>
<tr><th>string</th>
<td>string</td></tr>
<td>A string that has been assigned the output of a <var>[[Gunzip (String function)|Gunzip]]</var> invocation.</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
==Examples==

Revision as of 19:51, 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

%outString The decompressed content of the string method object.
string A string that has been assigned the output of a Gunzip invocation.

Usage notes

Examples

See also