Disregard previous incomplete message. I
submitted by mistake.
"...Since ALL of the programing within AHP
is setup to account for Hours and Minutes
only your macro checks will disregard the
seconds...."
I still logically would had expected a
condition "before 10:00 pm" to be false at
10:00 pm.
"...I can't think off hand where you would
need to worry about anything less than a
minute in a home situation."
True but for testing purposes it's nice to
know where the condition ends. I also have
a light set to go off randomly between
midnight and 1:00 am. If I'm doing a
conditional "reset" of lights just before
midnight, it is important not to have them
overlap.
e.g. I have a shutdown macro that turns
most everything off when triggered. It
calls another macro to see if the front
light should be on. If it is before 12:00
am the light needs to be turned back on.
Knowing that AHP tests for "less than or
equal" and not "less than" allows me to set
my less than time for 11:58 pm to insure
the light in not turned back on for the
night.
Granted this overlap won't happen often but
Murphy has a way of finding and exploiting
these situations against me.