Please review the functions of ctTime.Prg.

  ? TimeToSec("24:00:00")  //--> 0.00
  ? SecToTime(86400)       //--> "00:00:00"

right should not be:

  ? TimeToSec("24:00:00")  //--> 86400
  ? SecToTime(86400)       //--> "24:00:00"

Thanks, Ale

-- 
View this message in context: 
http://old.nabble.com/Revise-the-return-of-the-functions%3A-TimeToSec-and-SecToTime...-tp28657429p28657429.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to