CODE
Constants
Time = 0
End
Procedure DoSomething
FormatDateTime Time = {now}, h:n:s
if $Time > 21:40:00
Keys 500 //enter a number
else
Call DoSomething // Time is not entered so call proc. again
End
End
Call DoSomething
Time = 0
End
Procedure DoSomething
FormatDateTime Time = {now}, h:n:s
if $Time > 21:40:00
Keys 500 //enter a number
else
Call DoSomething // Time is not entered so call proc. again
End
End
Call DoSomething
Its my first script, i am sorry for this noob fault
Maybe has someone an idea whats wrong with my code?