arrayDecode | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Converts a serialized array back into the original array. | ||||||
Introduced | 3.5 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Related | Operator: = Glossary: function Function: keys, arrayEncode, URLDecode | ||||||
Description | Use the arrayDecode function to rebuild an array from an encoded string produced by the arrayEncode function. Encoding and decoding arrays is designed to allow arrays to be written to a file on disk, or sent across a network. See the arrayEncode reference for more information on doing this.
|