I know this works
x = 625 + offset
Click %x%, 575
But
Click %625 + offset%, 575
or
Click 625 + %offset%, 575
doesn't work.
Any suggestions on how I can have math expressions with commands?
|
I know this works
But
or
doesn't work. Any suggestions on how I can have math expressions with commands? | |||
|
feedback
|
|
From Variables and Expressions
So I suggest you try:
If that doesn't work, it might be because the Click documentation specifically says:
If that happens, it might be worth trying MouseClick instead, as its documentation specifically says:
| |||
|
feedback
|