script local variable | |
Type | glossary |
Dictionary | LCS |
Library | LiveCode Script |
Synonyms | script local,script local variable |
Related | Glossary: handler, script, variable, command, local variable, object |
Description | A variable that can be used in any handler in an object's script, but can't be used by handlers in other scripts. You create a script local variable by using the local command outside any handler in the script. |
Tags | properties |