Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Macro auto run
#1
Hello everyone

How to run a macro continuously
#2
usually to have code run for a long time  use rep 

simple example

Macro Macro19
Code:
Copy      Help
int i
rep
,out i
,i+1
,1
#3
Thank you

If I want the macro to resume after 10 seconds?
#4
NICE

Thank i search all night thank very


Forum Jump:


Users browsing this thread: 1 Guest(s)