| . |
If you use a global variable in a handler and
forget to declare it as global, either in the
handler itself or in the body of the script,
Director will simply create a new local variable
with the same name.
This can be the cause of hard to find bugs. If
you have used any local variable names which are
the same as a global declared elsewhere in the
program, they will be listed below:
|