GunzipFilename (String function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
Line 2: Line 2:


This page is [[under construction]].
This page is [[under construction]].
==Syntax==
==Syntax==
{{Template:String:GunzipFilename syntax}}
{{Template:String:GunzipFilename syntax}}
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%outString</th>
<tr><th>%outString</th>
<td><td>The decompressed content of the <var class="term">string</var> method object.</td></tr>
<td>The internal name, if any, of the <var class="term">string</var> method object. If no such name is present, the null string is returned. </td></tr>


<tr><th>string</th>
<tr><th>string</th>
Line 13: Line 15:
</table>
</table>


==Usage notes==
==Examples==
==See also==
==See also==
<ul>
<ul>

Revision as of 20:10, 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 internal name, if any, of the string method object. If no such name is present, the null string is returned.
string A string that has been assigned the output of a Gunzip invocation.

See also