Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Edit Control
#2
Macro
Code:
Copy      Help
int hwnd=id(1156 win("Options" "#32770")) ;;get edit control handle
str s; int i
s.getwintext(hwnd)
i=val(s)
if(i>25)
,out 1
else
,out 2


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)