Implicit Variable Declarations Scope?

Previous topic - Next topic

bigtunacan

If the "Explicit declarations" option is disabled and a variable is used without being defined first using LOCAL or GLOBAL, what is the scope of the variable, local or global?

Kitty Hello

I think it switched to local at some time. I might be wrong. Test it?

bigtunacan

Test makes me believe it is global.