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