Your threading issues get me so curious! You'll need to start sending your projects(s) into @Fox or @support so they can dissect the code to find the cause of these effects bud.
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.