-
-
chip created the group multimedia 2 years ago · View
-
chip wrote a new blog post: HMSfromSec 4 years ago · View
FUNCTION HMSfromSec totalSeconds, tDisplay put totalSeconds div 3600 into tHours put (totalSeconds – (tHours * 3600)) div 60 into tMinutes put (totalSeconds – (tMinutes * 60) – (tHours * 3600)) div 1 into tSeconds IF tDisplay = “hhmmss” THEN set the<span style="color: [...]