Page 2 of 2

Re: Alarm clock Adjustment not working properly

Posted: November 2nd, 2019, 1:56 pm
by jsmorley
sl23 wrote: November 2nd, 2019, 1:38 pm It's ok, I figured out the reason for the use of that measure. It's used by measuring H and M then if a Variable is equal then it sets alarm off.

Code: Select all

IfCondition=(mHourAlarm = #AlarmHourSet#) && (mMinuteAlarm = #AlarmMinuteSet#)
Thanks anyway for the offer.