Jump to content
Macro Express Forums

wsam7

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by wsam7

  1. i have been thinking, may be i can use a checking on hour

     

    if hour now is different to old hour, run this.

     

    old hour = T1

    new hour = T2

     

    loop start----

    store now hour in T1

    compare it to T2

    if T1 > T2

    T2 = T1

    run macro B

    end if

    loop end----

     

     

    so this will run MacroB every hour

     

    but i have trouble using

    repeat until T1 = 1

    xxx

    xxx

    xxx

    repeat end

     

    this will make my cpu become 100% usage and make it really hot.

     

    if there a way to loop forever without making cpu = 100%??

  2. Macro A is what i am running now, i want Macro B runs every 1 mins.

     

    Macro A is a forever loop, becas it never ends, so even i use Macro B in Scheduler it just queue up and wait and wait...

     

    is there a way in Macro A can pause every x mins and run Macro B and continue Macro A?

     

     

    Macro A:

     

    delay 4 sec

    repeat until T1 = 1

    text type 1

    delay 1 sec

    repeat end

     

     

    Macro B:

    text type 2

×
×
  • Create New...