Restored from previous forum. Originally posted by cor.
How to display xxxx msec as min:sec?
Using Windows 98 SE
Registered PB version : 3.40 (Windows)
--------------------------
C. de Visser
Author of Super Guitar Chord Finder
http://www.ready4music.com
Display xxxx msec as min:sec?
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
Restored from previous forum. Originally posted by PB.
> How to display xxxx msec as min:sec?
> How to display xxxx msec as min:sec?
Code: Select all
ms=32000 ; 32000 ms = 32 seconds.
Debug FormatDate("%ii:%ss",ms/1000)
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
Restored from previous forum. Originally posted by cor.
Thanks Paul,
FormatDate seems a nice function.
I will look into it.
Using Windows 98 SE
Registered PB version : 3.40 (Windows)
--------------------------
C. de Visser
Author of Super Guitar Chord Finder
http://www.ready4music.com
Thanks Paul,
FormatDate seems a nice function.
I will look into it.
Using Windows 98 SE
Registered PB version : 3.40 (Windows)
--------------------------
C. de Visser
Author of Super Guitar Chord Finder
http://www.ready4music.com