Zip (String function)

From m204wiki
Revision as of 18:26, 9 August 2012 by JAL2 (talk | contribs) (→‎See also)
Jump to navigation Jump to search

Compress a longstring with ZIP (String class)

[Introduced in Sirius Mods 7.4]


This page is under construction.

Syntax

%outString = string:Zip[( [FixedCode= boolean], [LazyMatch= boolean], - [MaxChain= number], [Filename= string], - [LastModified= 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 ??.
Filename string
This argument is optional; its default value is ??.
LastModified number
This argument is optional; its default value is ??.

Usage notes

Examples

See also

  • Other related methods: