Inflate (String function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
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

%outStringstring
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.

Usage notes

Examples

See also