GunzipFilename (String function): Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
No edit summary |
||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Template:String:GunzipFilename subtitle}} | {{Template:String:GunzipFilename subtitle}} | ||
==Syntax== | ==Syntax== | ||
{{Template:String:GunzipFilename syntax}} | {{Template:String:GunzipFilename syntax}} | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>%outString</th><td>string</td></tr> | <tr><th nowrap>%outString</th> | ||
<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> | ||
<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> | ||
==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>[[Zip (String function)|Zip]]</var> | |||
<li><var>[[Deflate (String function)|Deflate]]</var> | |||
<li><var>[[Inflate (String function)|Inflate]]</var> | |||
</ul> | |||
{{Template:String:GunzipFilename footer}} | {{Template:String:GunzipFilename footer}} |
Latest revision as of 21:15, 3 September 2015
Return name of GZIP format longstring (String class)
[Introduced in Sirius Mods 7.4]
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
- Other related methods: