--- In [email protected], theyal...@... wrote: > > Is there any restrictions to use global variables in "more commands" field? > First, I set global variable in my PowerPro startup script. > Then I fill the variable with arg(1) to arg(4) values by using HWE list. > And then use the variable in other scripts. > But it works through time to time, occasionally (the variable is filled with > values or empty or filled not with all of values). > Is use of "*Exec MoreCommandsasScript" in commands field required? > Or in HWE list to pass arg(1) to arg(4) to called script is better? >
Global variables can be used anywhere HookWindowEvents, on the other hand, can be a source of issues, and I would guess that it is where your problem is. What are you using it for and how?
