Gunzip (String function): Difference between revisions
Jump to navigation
Jump to search
m (→Usage notes) |
m (→Syntax terms) |
||
Line 5: | Line 5: | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>% | <tr><th>%outString</th><td>The uncompressed content of the method object <var class="term">string</var>.</td></tr> | ||
<tr><th> | <tr><th>string</th> | ||
<td> | <td>A string which has been assigned the output of a <var>Gzip</var> invocation.</td></tr> | ||
</table> | </table> | ||
==Usage notes== | ==Usage notes== | ||
<ul> | <ul> |
Revision as of 21:11, 8 February 2012
Decompress a longstring with GUNZIP (String class)
[Introduced in Sirius Mods 7.4]
Syntax
%outString = string:Gunzip Throws InvalidGZipData
Syntax terms
%outString | The uncompressed content of the method object string. |
---|---|
string | A string which has been assigned the output of a Gzip invocation. |
Usage notes
- The inverse of Gunzip is Gzip.