It is currently April 27th, 2024, 12:34 pm

Alarm clock Adjustment not working properly

Get help with creating, editing & fixing problems with skins
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Alarm clock Adjustment not working properly

Post 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.