@Rama2131 said in I'm having trouble paying. and always fail..!! even though I have entered the card number and information correctly.:
even though I have entered the card number and information correctly.
?
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.