Xbasic
*Gunzip_Text Function
Syntax
C *GUNZIP_TEXT(data as b[,nativeFormat as l])
Arguments
- dataBinary
Blob to unzip
- nativeFormatLogical
Use native format.
Description
Uncompress blob using gzip.
Discussion
Un-compresses a blob variable that was previously compressed using the *gzip_text Function
See Also