STRUNZIP$
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > ZLIB > STRUNZIP$ |
Description
UnCompress a string.
Syntax
s = STRUNZIP$(Compressed_String)
Returns
String
Parameters
Name |
Type |
Optional |
Meaning |
Compressed_String |
String |
No |
Any compressed string to be de-compressed |
Remarks
Restrictions
See also
Examples