I have this piece of code:
CODE
IsBlack 774, 779
SetConst mykey = {F4}
End
...
KeyDown $mykey 2 sec
SetConst mykey = {F4}
End
...
KeyDown $mykey 2 sec
it works if I set $mykey with a numeric value, so I was wondering if this an ac tool limitation or if i'm doing something wrong.