Can anyone tell me what is wrong the following macro:
Code: Select all
//Set IGNORESPACES to 1 to force script interpreter to ignore spaces.
//If using IGNORESPACES quote strings in {" ... "}
//Let>IGNORESPACES=1
Label>Start
SetFocus>Mouse Click Counter.xlsx
Press Down
Press CTRL
Send c
Release CTRL
WaitClipBoard
Wait>0.3
GetClipBoard>Test
StringReplace>Test,Tab,,Test
StringReplace>Test,CR,,Test
StringReplace>Test,LF,,Test
wait 1.0
SetFocus>maxthon*
Wait 1.0
Press CTRL
Send f
Release CTRL
wait 1.0
Send>view record
Wait 1.0
//Find and Left Click Middle Left of
FindImagePos>%BMP_DIR%\image_1.bmp,SCREEN,0.7,7,XArr,YArr,NumFound,CCOEFF
If>NumFound>0
MouseMove>XArr_0,YArr_0
LClick * %Test%
Endif
Wait 1.0
Goto Start
Does the "* n" syntax not work with mouseclicks like it does other keystrokes?
Thanks,
rj