--- In [EMAIL PROTECTED], sgp <[EMAIL PROTECTED]> wrote: > Under which conditions can I have an event access a _static_ map > variable? > > According to the event plugin documentation events can access > global variables only, but I swear I have a script that declares > a static map and then creates events that use that map. I'm very > surprised, it shouldn't be possible.
The statement is a bit unclear to me. Does that mean that event plugin always parses whether the variable is global or static or local? Or simply means to avoid using local or static since they can't be accessed all the time, e.g., those variables defined in nested scripts (BTW, I don't know if a script could access local/static variables defined in the nested scripts). ------------------------ Yahoo! Groups Sponsor ---------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/JV_rlB/TM ---------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
