Search found 2 matches

by suthek
Fri May 25, 2012 4:01 am
Forum: Technical / Scripting
Topic: Repeat statement not working.
Replies: 7
Views: 8383

This is my code below. It doesn't stop after two loops. and when I do "Send>%k%" it types "k+1" there are no spaces that I can see? CapsOff Let>k=0 repeat>k Let>k=k+1 MouseMove>1339,454 Wait>0.01 LClick Wait>0.01 Press Backspace * 10 Wait>0.01 Send>2 Send>0 Random>9,DiceResult Send>%DiceResult% Rand...
by suthek
Thu May 24, 2012 7:46 pm
Forum: Technical / Scripting
Topic: Repeat statement not working.
Replies: 7
Views: 8383

Repeat statement not working.

I went into the help and grabbed the example repeat until statement. Let>k=0 Repeat>k Let>k=k+1 Message>file_names_%k% Until>k,2 (changed the last var to a constant of 2 for testing) I pasted it into the code window to see if even it would work and it doesnt. I noticed that when I say %k% it types "...
Sign up to our newsletter for free automation tips, tricks & discounts