Gunzip (String function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
Line 8: Line 8:
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%outString</th><td>The decompressed content of the <var class="term">string</var> method object.</td></tr>
<tr><th>%outString</th>
<td>The decompressed content of the <var class="term">string</var> method object.</td></tr>


<tr><th>string</th>
<tr><th>string</th>

Revision as of 19:50, 9 August 2012

Decompress a longstring with GUNZIP (String class)

[Introduced in Sirius Mods 7.4]


This function extracts information from a GZIP-format longstring.

Syntax

%outString = string:Gunzip Throws InvalidGZipData

Syntax terms

%outString The decompressed content of the string method object.
string A string which has been assigned the output of a Gunzip invocation.

Usage notes

  • The NCMPBUF parameter must be set to a non-0 value during Model 204initialization to allow use of the Gunzip function; otherise, invoking Gunzip causes request cancellation.

See also