Código Delphi [-]procedure TForm1.Button1Click(Sender: TObject); begin ShowMessage(inttostr(round(35459*0.0001)*10000)); ShowMessage(inttostr(round(27684*0.0001)*10000)); end;
procedure TForm1.Button1Click(Sender: TObject); begin ShowMessage(inttostr(round(35459*0.0001)*10000)); ShowMessage(inttostr(round(27684*0.0001)*10000)); end;