(timer) through midnight
Posted: Wed Nov 22, 2006 7:49 am
Hi, Lutz!
The "ticker" example from the manual stops working after midnight under Win2k. (not tested under *nix).
...and no more output is produced
How can I pass into the next day?
newlisp v.9.0.
The "ticker" example from the manual stops working after midnight under Win2k. (not tested under *nix).
Code: Select all
(define (ticker)
(println (date))
(timer 'ticker 1.0)
)
Code: Select all
Wed Nov 22 23:59:54 2006
Wed Nov 22 23:59:55 2006
Wed Nov 22 23:59:56 2006
Wed Nov 22 23:59:57 2006
Wed Nov 22 23:59:58 2006
Wed Nov 22 23:59:59 2006
Thu Nov 23 00:00:00 2006
How can I pass into the next day?
newlisp v.9.0.