I have 2 macros that will set Flags 1 and
2 - no problem. Flag 1 is set at dawn, and
flag 2 is set at 8:00am. I have 2 timers
that are triggered at 1 minute after the
flags are set - a macro is supposed to be
triggered only once at either 8:00am or at
dawn - whichever is later. The problem is
that when I do a conditional check of both
flags either at the same time or an
individual check of both flags the macro
will still execute. example: it's 8:01
flag 1 is set, flag 2 is NOT set - the
macro will still run. Dawn is at 7:45am
flag 2 is set, flag 1 is not set - the
macro will still run. If I do a
conditional flag check of both flags 1 and
2 , the system should not execute the
macro. If I put 2 individual flag checks
the macro should not be executed. It seems
that the system is doing an OR check of
the flags rather than an AND check. Any
ideas?