Gunzip (String function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 11: Line 11:


==Usage notes==
==Usage notes==
<ul>
<li>The <var>[[NCMPBUF parameter|NCMPBUF]]</var> parameter must be set to a
non-0 value during <var class="product">Model 204</var>initialization to allow
use of the <var>Gunzip</var> function; otherise, invoking <var>Gunzip</var>
causes request cancellation.
</ul>


==See also==
==See also==

Revision as of 19:40, 9 August 2012

Decompress a longstring with GUNZIP (String class)

[Introduced in Sirius Mods 7.4]


Syntax

%outString = string:Gunzip Throws InvalidGZipData

Syntax terms

%outStringThe 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