revZipExtractItemToVariable | |||||||||||||
Type | command | ||||||||||||
Dictionary | LCS | ||||||||||||
Library | LiveCode Script | ||||||||||||
Syntax |
| ||||||||||||
Summary | Extracts the data from an item in a zip archive and places it in a variable | ||||||||||||
Introduced | 2.7.3 | ||||||||||||
OS | mac, windows, linux, ios, android | ||||||||||||
Platforms | desktop, server, mobile | ||||||||||||
Parameters |
| ||||||||||||
Example |
| ||||||||||||
Related | Command: revZipOpenArchive, revZipExtractItemToFile Function: revZipEnumerateItems | ||||||||||||
Security | disk, network | ||||||||||||
Description | Use the revZipExtractItemToVariable command to load an item from a zip archive into memory as a variable in your LiveCode program. The archive must already have been opened by using the revZipOpenArchive (command) command. | ||||||||||||
Tags | text processing |