script local variable

Typeglossary
DictionaryLCS
LibraryLiveCode Script
Synonymsscript local,script local variable
RelatedGlossary: 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.

Tagsproperties