Deflate (String function)

From m204wiki
Revision as of 19:49, 31 July 2012 by DmeWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Compress a longstring with deflate (String class)

[Introduced in Sirius Mods 7.4]


This page is under construction.

Syntax

%outString = string:Deflate[( [FixedCode= boolean], [LazyMatch= boolean], - [MaxChain= number])]

Syntax terms

%outStringstring
string string
FixedCode Boolean value
This argument is optional; its default value is ??.
LazyMatch Boolean value
This argument is optional; its default value is ??.
MaxChain number
This argument is optional; its default value is ??.

Usage notes

Examples

See also