Registriert seit: 10. Jun 2002
Ort: Unterhaching
11.412 Beiträge
Delphi 12 Athens
|
24. Feb 2003, 16:26
Wie gemein Ich denke mal, was Oki wollte ist
Delphi-Quellcode:
res := (a and b and c) or ((not a) and b);
if res then
...
oder kürzer
Delphi-Quellcode:
if (a and b and c) or ((not a) and b) then
...
Daniel Lizbeth Ich bin nicht zurück, ich tue nur so
|