Lingo Dictionary > A-C > clearGlobals |
![]() ![]() ![]() |
clearGlobals
Syntax
clearGlobals
Description
Command; sets all global variables to VOID
.
This command can be useful when initializing global variables or when opening a new movie that requires a new set of global variables.
Example
This statement sets all global variables to VOID
:
clearGlobals
![]() ![]() ![]() |