danke, scheint zu funktionieren. vielen dank für die schnelle antwort!
Nee,
nur so funktioniert das
oder du baust die eine Funktion dafür:
Delphi-Quellcode:
function IntBetween( const Value, Min, Max : integer ) : boolean;
begin
Result := ( Value >= Min ) and ( Value <= Max );
end;
if IntBetween( MeinWert, 200 + 1, 300 - 1 ) then
Es kommt aufs Gleiche raus spart nur etwas Tipparbeit
Kaum macht man's richtig - schon funktioniert's
Zertifikat: Sir Rufo (Fingerprint: ea 0a 4c 14 0d b6 3a a4 c1 c5 b9
dc 90 9d f0 e9 de 13 da 60)