<html><head></head><body><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:x-small;"><br>>The last value less than or equal to zero will always win as best_tin.<br><div>>If all tdiff values are positive then best_time will end up as the lowest value however.</div><div><br></div><div>I agree with xnoreq. The algorithm as it is will not always return the least overdue tin. </div><div>It returns either the lowest positive tdiff (if all tdiff values are positive), or the lowest negative one (if not all tdiff values are positive). This could be accomplished just with "if (tdiff<=best_time)" as xnoreq pointed out.</div><div><br></div><div>George</div></div></body></html>