Predmet:Re: decimalni broj u sate:minute:sekunde
Dim x As Single
Dim cio As Integer, decdio As Integer
x = 9.56
cio = Int(x)
decdio = (x - Int(x)) * 100
100/56=60/x => x=60*56/100
za secunde isti postupak.
Podrska samo putem foruma, jer samo tako i ostali imaju koristi od toga.