Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Counter Question
#1
How can i make a counter that will keep track of the number of times i do a certain task...Ex) how could i make a macro or function to keep track of the number of times i opened internet explorer?
#2
well...i guess if you opened the explorer via a macro, you could build in a global variable counter to do it.
An old blog on QM coding and automation.

The Macro Hook
#3
ummm could you help give an example?
#4
Code:
Copy      Help
int+ z
;perform action here
z+1
out z
An old blog on QM coding and automation.

The Macro Hook
#5
ok thank you but also is there a way to make it stop after a certain number of times... like if i wanted to stop it once it hit 20?
#6
yep.

Code:
Copy      Help
if z=20
,end
An old blog on QM coding and automation.

The Macro Hook
#7
ty works great


Forum Jump:


Users browsing this thread: 1 Guest(s)