|
Your "TimeOf_Event" isn't even close to being inside the boundaries of Time_A and Time_B.
If you just want to run the event as soon as you get inside this time block, you
could do:
if (time>=time_a) and
(time<=time_b) then ;
Cheers,
Nicholas Sherlock
----- Original Message -----
|
Title: Message
- [DUG]: Comparing Times Jeremy Coulter
- RE: [DUG]: Comparing Times Nicholas Sherlock
- RE: [DUG]: Comparing Times Jeremy Coulter
- Re: [DUG]: Comparing Times Corey Murtagh
