associative array | |
Type | glossary |
Dictionary | LCS |
Library | LiveCode Script |
Synonyms | associative array,hash |
Related | Glossary: integer, array, element, key, string, associative array |
Description | An array whose keys can be any string, not just integers. Associative arrays let you name each element rather than numbering it. |
Tags | properties |