Zoomed Image

AMSX Scripting Language - Command : UnzipString

Summary

Decompress a Base64-encoded compressed string

Description

Decodes the input from Base64 then decompresses it, storing the original string in the result buffer. This reverses the operation performed by ZipString.

Parameters

ParameterDescription
cmdBase64-encoded compressed string to decompress

Syntax


UnzipString "Base64-encoded compressed string to decompress"

Return to the AMSX Command Reference