Inflate (String function): Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (→Syntax terms) |
||
Line 10: | Line 10: | ||
<td>string</td></tr> | <td>string</td></tr> | ||
</table> | </table> | ||
==Exceptions== | |||
<var>Inflate</var> can throw the following exception: | |||
<dl> | |||
<dt><var>[[InvalidDeflateData class|InvalidDeflateData]]</var> | |||
<dd>This exception indicates that the method object string does not contain a valid <var>[[Deflate (String function)|Deflate]]</var> string compression output. | |||
</dl> | |||
==Usage notes== | ==Usage notes== | ||
==Examples== | ==Examples== | ||
==See also== | ==See also== | ||
{{Template:String:Inflate footer}} | {{Template:String:Inflate footer}} |
Revision as of 02:25, 1 August 2012
Decompress a longstring with inflate (String class)
[Introduced in Sirius Mods 7.4]
This page is under construction.
Syntax
%outString = string:Inflate Throws InvalidDeflateData
Syntax terms
%outString | string |
---|---|
string | string |
Exceptions
Inflate can throw the following exception:
- InvalidDeflateData
- This exception indicates that the method object string does not contain a valid Deflate string compression output.