Ver Mensaje Individual
  #5  
Antiguo 24-05-2011
Avatar de oscarac
[oscarac] oscarac is offline
Miembro Premium
 
Registrado: sep 2006
Ubicación: Lima - Perú
Posts: 2.010
Reputación: 20
oscarac Va por buen camino
Se me adelantaron


Código Delphi [-]
 
var
  stringValue : string;
  floatValue  : Extended;

begin
  // Set up the source string containing a number representation
  stringValue := '123.456E+002';

  // Convert it to a floating point number
  floatValue  := StrToFloat(stringValue);

  // And display the value
  ShowMessage(stringValue+' = '+FloatToStr(floatValue));
end;
__________________
Dulce Regalo que Satanas manda para mi.....
Responder Con Cita