In a smart macro, I am testing these conditions:
IF The day of the week is Thursday *AND* the time is between 5:00am and 11:00am
Execute statements.....
I need to add another AND like so:
IF The day of the week is Thursday *AND* the time is between 5:00am and 11:00am *AND* module D1 is OFF
Execute statements.....
How can I do this?
It looks like the GUI in AHP will only permit 1 AND. Can I edit the XML to make it happen? (Seems dangerous and klugy to do so.)
Thanks in advance,
:Ron