Código Delphi [-] function formateartiempo(tpo : integer): string; begin result := Format('%.2d', [tpo]) end;
function formateartiempo(tpo : integer): string; begin result := Format('%.2d', [tpo]) end;