Just matter of curiousity. For my own needs, I prefer to pass the
needed values from one handler to an other one.
what need for the " set variables as global" in the handlers ?
I thaught that defining them as global in the main script was
sufficient.
For see, I removed the two " set variables as global" instructions
from the handlers and didn't sew any odd effect.
Am'I missing something ?
try this
-----------------------------
global apples, pears
set apples to 3
boo()
hoo() --> error: the variable apples is not defined