I've tried
Code: Select all
Let>%blahblahXY%="123, 321"
MouseMoveRel>%blahblahXY%
Moderators: JRL, Dorian (MJT support)
Code: Select all
Let>%blahblahXY%="123, 321"
MouseMoveRel>%blahblahXY%
MouseMove takes two variables:archaismic wrote:Is there a way to send the x,y to MouseMoveRel as a variable string?
I've triedCode: Select all
Let>%blahblahXY%="123, 321" MouseMoveRel>%blahblahXY%
Code: Select all
Let>%blahblahXY%="123, 321"
//Home made function via subroutine call
GoSub>MouseMoveRel,%blahblahXY%
SRT>MouseMoveRel
Let>comma=,
StringReplace>MouseMoveRel_var_1,",,Bah
StringReplace>bah, ,,Bah
Separate>bah,%comma%,bah
MouseMoveRel>bah_1,bah_2
END>MouseMoveRel