How can i write a For Loop which will run until a user hits any key
Also , i want to do something like this :
Loop Until 'Anycondition'
Update time every second :
Now(Hour)
Now(Minute)
Now(Second)
Can anyone help
Also , i want to do something like this :
Loop Until 'Anycondition'
Update time every second :
Now(Hour)
Now(Minute)
Now(Second)
Can anyone help
Comment