Registriert seit: 28. Feb 2011
Ort: Mannheim
1.384 Beiträge
Delphi 10.4 Sydney
|
AW: "invalid floating point operation" finde den Fehler nicht
4. Nov 2011, 17:33
So ist es.
Das wird nicht compiliert:
Delphi-Quellcode:
ShowMessage (FloatToStr(Trunc(High(Int64)+1)));
ShowMessage (FloatToStr(Int(High(Int64)+1)));
|