Hey
Can someone help me come up with a clever way to convert a Long variable which contains a Seconds value into Hours Minutes Seconds variables?
For example, if I have a variable called Seconds which has a value of 135 whats the best way to break this down into the 3 variables?
135 Seconds should equal
Seconds = 15
Minutes = 2
Hours = 0
Thanks for your suggestions!