Gunzip (String function): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (→Syntax terms) |
||
Line 7: | Line 7: | ||
<tr><th>%outString</th><td>The decompressed content of the method object, <var class="term">string</var>.</td></tr> | <tr><th>%outString</th><td>The decompressed content of the method object, <var class="term">string</var>.</td></tr> | ||
<tr><th>string</th> | <tr><th>string</th> | ||
<td>A string which has been assigned the output of a <var>[[ | <td>A string which has been assigned the output of a <var>[[Gunzip (String function)|Gunzip]]</var> invocation.</td></tr> | ||
</table> | </table> | ||
Revision as of 18:29, 8 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 method object, string. |
---|---|
string | A string which has been assigned the output of a Gunzip invocation. |
Usage notes
See also