Search found 2 matches
- Thu Feb 22, 2007 3:16 pm
- Forum: Beginners
- Topic: problems with simple If else loop(im noob)..
- Replies: 6
- Views: 9666
- Tue Feb 20, 2007 5:47 am
- Forum: Beginners
- Topic: problems with simple If else loop(im noob)..
- Replies: 6
- Views: 9666
problems with simple If else loop(im noob)..
i wanted to do a simple macro.. if i press 1, ctrl 1 will be entered, if i press 2 ctrl 2 wil be entered.. Below are the codes i have.. The loops isnt working. What am i doing wrong? :idea: Label>start If> Send> = 1 { Press CTRL Send Character/Text>1 Release CTRL Label>end } ELSE If> Send> = 2 { Pre...