TimeDelay
TimeDelay fuction is good for when you want to time out a loop, in milliseconds.Does’nt use a timer control, Uses simple api declare. Original Author: Mitch Mooney Inputs Delay as Long, milliseconds Assumptions Create a module with the following api declare and functionUsage can beDoFuncThatRetunsTrueMoreCodeEctEctLoop until ( FuncThatRetunsTrue=True) or (TimeDelay(60000)=True) Returns TimeDelay as boolean, turns turn if time reached,else… Read More »