You might also explore the use of MAX and MIN for setting bounds in situations like:
if Event1_OT_Hour >23 then Event1_OT_Hour = 23
or
if Event1_OT_Hour <1 then Event1_OT_Hour = 0
You might also explore the use of MAX and MIN for setting bounds in situations like:
if Event1_OT_Hour >23 then Event1_OT_Hour = 23
or
if Event1_OT_Hour <1 then Event1_OT_Hour = 0
Last edited by Amoque; - 10th September 2015 at 13:27. Reason: Sorry, missed Richard's post above.
Bookmarks