Hi,
ich hab schon wieder ein Problem
, und zwar:
Delphi-Quellcode:
procedure TForm1.Button14Click(Sender: TObject);
begin
Geld := Geld + mais * 0.8;
mais := 0;
Panel12.Caption := floattostr(mais) + ' kg';
Panel7.Caption := inttostr(Geld) + ' €';
end;
Ich weiß nicht wie ich mais * 0,8 rechnen soll, ohne dass es einen Error gibt ???
mais ist vom Typ Double.
Ich hoffe ihr könnt mir helfen
ByStones
Wer nämlich mit "h" schreibt ist dämlich.