Convert seconds to compound duration: Difference between revisions

Content added Content deleted
Line 207: Line 207:
set q to item 1 of lstPair
set q to item 1 of lstPair
if q > 0 then
if q > 0 then
{(q as string) & space & item 2 of lstPair} & a
intercalate(space, lstPair) & a
else
else
a
a