Einzelnen Beitrag anzeigen

Benutzerbild von himitsu
himitsu

Registriert seit: 11. Okt 2003
Ort: Elbflorenz
44.184 Beiträge
 
Delphi 12 Athens
 
#6

Re: Überprüfen, ob drei Vergleiche gleich sind

  Alt 13. Aug 2009, 14:31
den "doppelten Zugriff hab ich mal ignoriert, da Delphi ja sowas braus machen

Delphi-Quellcode:
if S = 'then if S <> 'then
if Pointer(S) = nil then if Pointer(S) <> nil then
if not LongBool(S) then if LongBool(S) then
also so Schlimm ist dann ein Vergleich via = oder <> garnicht
$2B or not $2B
  Mit Zitat antworten Zitat