Código Delphi [-] var s: string; begin s := Copy(FloatToStr(Valor), 1, 10); end;
var s: string; begin s := Copy(FloatToStr(Valor), 1, 10); end;