Error getting tags :
error 404Error getting tags :
error 404
revZipExtractItemToVariable archivePath, itemName, variableName
revZipExtractItemToVariable tArchive, "myZippedItem", "tItemData"
Use the revZipExtractItemToVariable command to load an item from a zip archive into memory as a variable in your Revolution program. The archive must already have been opened by using the revZipOpenArchive command.
Parameters
The archivePath is the absolute path to the zip archive to extract from.
The itemName is the name of the item in the zip archive to extract.
The variableName is the name of a variable in your Revolution program to place the extracted data.
If the revZipExtractItemToVariable command encounters an error, then the result will be set to an error code beginning with "ziperr", otherwise the result will be empty.