04-10-2012, 11:00 AM
Hmm, for the zip command, i only found qmzip searching in macros, and did not think about help file.
Of course, it will fit my needs perfectly.
BTW, unrelated but boring too.
I trigger a macro in firefox on middle mouse click
Acc+ AccStuff.FromMouse
POINT+ _m; xm _m
a.Role(_s)
sel _s
case "some" : mac "amac"
case "PAGETAB" :err; ret
case else mac "gotoit"
macro gotoit (menu)
....
....
something to do :mac "doit"
macro doit
here i'd like to access global variable AccStuff defined in first macro,
but i can't. Why?
Of course, it will fit my needs perfectly.
BTW, unrelated but boring too.
I trigger a macro in firefox on middle mouse click
Acc+ AccStuff.FromMouse
POINT+ _m; xm _m
a.Role(_s)
sel _s
case "some" : mac "amac"
case "PAGETAB" :err; ret
case else mac "gotoit"
macro gotoit (menu)
....
....
something to do :mac "doit"
macro doit
here i'd like to access global variable AccStuff defined in first macro,
but i can't. Why?