Inflate (String function)

From m204wiki
Revision as of 02:25, 1 August 2012 by Dme (talk | contribs) (Syntax terms)
Jump to navigation Jump to search

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