can be replaced by if Event1_OT_Hour is a byteif Event1_OT_Hour >23 then Event1_OT_Hour = 23
if Event1_OT_Hour <1 then Event1_OT_Hour = 0
saves heaps of typing if nothing elseEvent1_OT_Hour=Event1_OT_Hour min 23
can be replaced by if Event1_OT_Hour is a byteif Event1_OT_Hour >23 then Event1_OT_Hour = 23
if Event1_OT_Hour <1 then Event1_OT_Hour = 0
saves heaps of typing if nothing elseEvent1_OT_Hour=Event1_OT_Hour min 23
Bookmarks