This macro works perfectly. So I put it at the end of another macro (which works perfectly too) and a bug appeared.
MouseMove>100,505
LClick
Press Shift
MouseMove>215,505
LClick
Release Shift
Press CTRL
Send>c
Release CTRL
GetClipBoard>Something
MessageModal>%Something%
It all goes fine until "Press CTRL" command or so and then Macro Sched crushes taking all my processor resources.
What is wrong?
And BTW what is "WaitClipBoard" for? When I put it into macro nothing happens but the message box appears with a text WaitClipBoard in it.