andyf0 Posted March 15, 2011 Posted March 15, 2011 If I set a time period say at "5:00am for 2 hours" does the "then" execute at 5:00am and the "else" execute at 7:00am?
oberkc Posted March 15, 2011 Posted March 15, 2011 Your program condition will evalate at these points. The results will be dependent on the entire set of conditions of your program. If this is the only condition in your program, then it will do as you say.
andyf0 Posted March 15, 2011 Author Posted March 15, 2011 Thanks for the answer ........ Hmm! I just tried If Tue 1:00pm For 1 Minute Then $A = 2 Else $A = 1 The variable $A changed to 2 at 1:00pm but didn't change to 1 at 1:01pm. Is there something wrong? EDIT: Woops! My network went down before the variable updated. It worked great! Thanks.
Recommended Posts