Tryin it out

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
Valrog
Newbie
Posts: 2
Joined: Thu Aug 04, 2005 9:15 pm

Tryin it out

Post by Valrog » Thu Aug 04, 2005 9:25 pm

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.

User avatar
support
Automation Wizard
Posts: 1450
Joined: Sat Oct 19, 2002 4:38 pm
Location: London
Contact:

Post by support » Thu Aug 04, 2005 9:35 pm

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
MJT Net Support
[email protected]

Valrog
Newbie
Posts: 2
Joined: Thu Aug 04, 2005 9:15 pm

Post by Valrog » Sat Aug 06, 2005 4:21 pm

That did the job...........thxs much and have a good day. :)

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts