barrygordon Posted September 13, 2013 Posted September 13, 2013 I want a program to run based upon an external event occurring and it being a certain time of day. I have set up an integer variable which an external program modifies between 0 and 1 The program checks for the correct time period and the value of the variable and then has a then event if both are true Is this the best way to do this or have I missed something?
Michel Kohanim Posted September 13, 2013 Posted September 13, 2013 Hi Barry, I think it would be best to make it a state variable simply because the program will NOT be evaluated when you change an integer variable. With kind regards, Michel
Recommended Posts