Convert seconds to compound duration: Difference between revisions

Content added Content deleted
No edit summary
Line 1,462: Line 1,462:


=={{header|Gambas}}==
=={{header|Gambas}}==
'''[https://gambas-playground.proko.eu/ You can run this code. Copy the code, click this link, paste it in and press 'Run !']'''
<lang gambas>Public Sub Main()
<lang gambas>Public Sub Main()
Dim iInput As Integer[] = [7259, 86400, 6000000] 'Input details
Dim iInput As Integer[] = [7259, 86400, 6000000] 'Input details