If instead of "local", you declared that variable as "global", then any handler in any script could access it, either by declaring it inside the handler or in the script but outside the handler.
Cheers,
Sarah
On Monday, November 11, 2002, at 08:06 am, Andre Rombauts wrote:
I do not understand the real meaning of global and local variables in
Revolution... The info about declaring variables outside a handler seems to
be equal in both cases... :-(
From the �local� entry in Revolution Help system:script. These local variables can be used by any handler in that script, without
You can also use the local command in a script, outside any handlers in the
needing to be declared in the handler itself, and their values are maintained
from handler to handler
From the �global� entry in Revolution Help system:You can also place a global command in a script, but outside any handlers inthe script. These globals can be used by any handler in that script, without
needing to be declared in the handler itself.
Andr�
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
