hoi,
ich habe folgendes:
Delphi-Quellcode:
if not CountWords(s, ' ') < 4 then // wenn "CountWords(s, ' ')" nicht kleiner als 4
begin
showmessage(IntToStr(CountWords(s, ' '))); // das ergebnis ist 3
end;
wie kann die bedingung erfüllt sein, wenn "CountWords(s, ' ')" 100% 3 ausgibt
btw: ein thema für den thread fällt mir nicht ein.