variable | |
Type | glossary |
Dictionary | LCS |
Library | LiveCode Script |
Synonyms | var |
Related | Glossary: handler, application, container, global, local variable |
Description | A container in memory. You can put data of any kind into a variable, and read its contents. Unlike other containers, variables are not permanent. A local variable's existence ends when the handler stops; a global variable's existence ends when you quit the application. |
Tags | properties |