On Tuesday 20 November 2007 02:00:32 Stephan Hegel wrote: > sec=`expr 60 \* $min` > sec=`expr $mysec - $sec`
As I already posted, these two lines are better done through modulus - mysec%60, but I guess Bryen was more interested in python and perl Anders -- Madness takes its toll -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
