Inflate (String function)

From m204wiki
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