Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
COUNT TO 5 THEN REPEAT! HELP?
#2
That post above was a little confusing I am guessing, seeing as how no reply's lol... here is a revised way of saying what I need, in a simpler way of putting it, like i should have done in the first place!:

I need to have a rep loop that gets the text from a counter that counts from ( 1 TO 10 ) & goes up by 1 every 2 minutes. I.E.:

1(waits 2 minutes)2(waits 2 minutes)3(waits 2 minutes):
Macro
Code:
Copy      Help
str SetCountInDlg
_s.getwintext(id(100 handlewin)) goto g1;; this is the text that counts up by 1 every 2 minutes on a window specified.
;g1
if(_s="3")
SetCountInDlg+1 ;; this should set the # 4 in My Dlg, but doesn't seem to work for me.

Simply I just want it to get the text, if it equals 1,2,3,4,5,6,7 ... just +1 onto the number it retrieves, then set the text in MY DIALOG.. I.E.

Macro
Code:
Copy      Help
if(_s="2")
,_s+1

The above code won't work right!


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)