Ver Mensaje Individual
  #2  
Antiguo 06-03-2008
Avatar de Durbed
Durbed Durbed is offline
Miembro
 
Registrado: ago 2004
Posts: 166
Reputación: 20
Durbed Va por buen camino
Solo se me ocurre algo asi
Código Delphi [-]
var
 mes : String;
For i:=1 to 12 do
begin
 mes := IntToStr(i);
 If length(mes) = 1 Then
  mes := '0' + mes;
end;
__________________
Intentando hacer algo con Delphi 7 y Firebird 1.5
Responder Con Cita