Ver Mensaje Individual
  #2  
Antiguo 04-11-2004
Avatar de vic_ia
vic_ia vic_ia is offline
Miembro
 
Registrado: ene 2004
Posts: 238
Reputación: 21
vic_ia Va por buen camino
Hola...
Código Delphi [-]
function mostrar(valor : string):string;
var
  dato : Double;
begin
  dato  := StrToFloat(valor);
  result := FormatFloat('######,###',dato);
end;
saludos....
Responder Con Cita