Hello Folks,
Tryin to make what i thought be a simple macro but havin probs.Im gettin an error message sayin.....label Until not found.Heres the script
Repeat
MDown
Wait>6
MouseMove 125,0
LDown
Wait>.5
LUp
Until
I want this macro to loop indefinatly.I got it set to hot key too.Any suggestions,comments, or help will be greatly appreciated.Thanks in advance and all have a good day.
Tryin it out
Moderators: JRL, Dorian (MJT support)
Until needs a loop counter. e.g.:
Repeat>k
..
Until>k=100
If you just want to continue indefinitely use a Label and Goto:
Label>start
MDown
Wait>6
MouseMove 125,0
LDown
Wait>.5
LUp
Goto>start
Repeat>k
..
Until>k=100
If you just want to continue indefinitely use a Label and Goto:
Label>start
MDown
Wait>6
MouseMove 125,0
LDown
Wait>.5
LUp
Goto>start
MJT Net Support
[email protected]
[email protected]