Search found 2 matches
- Mon Nov 09, 2009 9:04 am
- Forum: Beginners
- Topic: if less than 54 how to write it?
- Replies: 6
- Views: 7656
Hi, If I have understood you correctly you want to do something like this: GetClipBoard>y_pos If>y_pos>54 Let>y_pos=y_pos-59 Endif MouseMove>755,y_pos no sorry i have explained it on a wrong way but thanks though i actually meaned: getclipboard>data if Data= less than 54 mousemove>....... else if d...
- Thu Nov 05, 2009 9:56 pm
- Forum: Beginners
- Topic: if less than 54 how to write it?
- Replies: 6
- Views: 7656
if less than 54 how to write it?
hello i have a script with some problems first one i want to do is selecting a value on an html page then copy it and do an action that reads the clipboard and if the value in the clipboard is less than 54 i want to click at an y coordinate thats in the same y coordinate as the copied value what get...