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: >You can also use the local command in a script, outside any handlers in the script. These local variables can be used by any handler in that script, without 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 in the 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
