Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法压缩/压缩(使用进度代码)我使用进度应用程序创建的文件。更多的单词单词单词单词。
为此,您需要一个外部库,然后从 ABL 语言中调用它。在参考手册中查找 HLC(高级调用)。
“轻量级”压缩的常用工具是 mzip。
请注意,由于 AVM 二进制结构为 32 位的限制,并非所有 64 位平台版本都可以进行 HLC 调用。
尝试通过 zip 输出 > 值(文件)。
并通过 unzip -c VALUE(file) BINARY NO-CONVERT 解压缩输入。