Jomdom Posted January 6, 2006 Report Share Posted January 6, 2006 Hello, I am looking for a way to find if the currently running macro (set in an infinate loop) has been running for 1 hour or more. A simple logic structure example would be great, as I want to branch off and run other macros from there. Thanks! Quote Link to comment Share on other sites More sharing options...
joe Posted January 6, 2006 Report Share Posted January 6, 2006 Welcome to the group! Try this: Time: Save hhmmss (150423) into %T1% Repeat Until %T2% = %T1% commands ... commands ... commands ... Wait Time Delay 1 Seconds Time: Save hhmmss (150423) into %T2% Repeat End Macro Run: <Your Next Macro> Macro Stop <hhmmssF000{N}{F001}01><REP3:08:000001:000001:0002:1:01:T1><TDELAY:1><hhmmssP000{N}{P000}02><ENDREP><MACRUN2:Your Macro><MSTOP> Quote Link to comment Share on other sites More sharing options...
Jomdom Posted January 6, 2006 Author Report Share Posted January 6, 2006 Great - thanks Joe! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.