Ver Mensaje Individual
  #3  
Antiguo 31-01-2011
Avatar de Caral
[Caral] Caral is offline
Miembro Premium
 
Registrado: ago 2006
Posts: 7.659
Reputación: 25
Caral Va por buen camino
Hola
No seria mas sencillo asi:
Código Delphi [-]
var
   ip,op,res:Real;
begin
   ip:= strtofloat(edit1.text);
   op:= strtofloat(edit2.text);
   res:= ip + op;
   label1.caption:= '$ ' + Floattostr(res);
   edit3.Text:= '$ ' + Floattostr(res);

Saludos
__________________
Siempre Novato
Responder Con Cita