well,
#---
define i decimal(4,1),
j smallint,
k smallint,
Let i = 172
Let j=i/60
Let k = i mod 60
#---
k has no problem here...
So, my j is going to be 3
But I wished it to be 2
this is a serious question when I make 172 minutes to be 2(j)hours and (k) minutes
I thinked a lot and there is no way out...
How to solve this, PLEASE.