Your message looks like order unless you write what you need and what you are doing to reach your goals, and what happened, etc.
Loop with continue if time is correct
-
I have a loop that I want to continue at a certain time of day. Example at 19:29 I want BAS to continue IF the 19:29 time stamp is meet.
Any ideas
Thanks in advance !
-
@kuralowicz said in Loop with continue if time is correct:
I have a loop that I want to continue at a certain time of day. Example at 19:29 I want BAS to continue IF the 19:29 time stamp is meet.
Any ideas
Thanks in advance !
BAS allows you to get the current time and get hours and minutes from this time. Just compare the current values with the necessary ones in the loop.
-

There are many ways, and here is an example of what you said.