Jump to content

Recommended Posts

Posted (edited)

Could anyone maybe explain why this doesnt work?...sorry for the stupid question :D

Code Start

=======

local $var1, $var2

$var1 = @HOUR

$var2 = @MIN

While 1

If $var1 = 11 and $var2 = 16 Then

MsgBox(0,"","Go...")

EndIf

WEnd

=======

Code Stop

Edited by Robin

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...