Zoomed Image

AMSX Scripting Language - Command : zipstring

Summary

Compress a string and return it as a Base64-encoded value

Description

Compresses the input string using zip compression, then encodes the result as Base64 and stores it in the result buffer. Use UnzipString to reverse the operation.

Parameters

ParameterDescription
cmdString to compress

Syntax


ZipString "String to compress"

Return to the AMSX Command Reference