Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
greater or less then
#1
i want to test a number in a rich edit box on my computer..
if the number is greater then 4000 then i want to run macro4
if the number is less then 4000 then i want to run macro3

the id box that the number fluxuates in is id 662
i looked all over the forum but could not get any help
thanks for the help
#2
int hwnd=id(662 "some window")
str s.getwintext(hwnd)
int i=val(s)
if(i>4000)
,out ">"
,mac "macro4"


Forum Jump:


Users browsing this thread: 1 Guest(s)