noch was:
Delphi-Quellcode:
a: Real;
b: Integer
...
b := round(a)
...
ich habs probiert aber bei der stelle
if b in [262..270] then
habe ich vom Compiler die Meldung:
[Error] Unit1.pas(283): Constant expression violates subrange bounds
bekommen
was mache ich falsch?