Registriert seit: 6. Apr 2005
10.109 Beiträge
|
Re: "If not" bei string realisieren
18. Feb 2008, 14:39
Hallo,
vielleicht kannst du es so umsetzen:
Delphi-Quellcode:
// if not MatchText(domain, ['xxx.com', 'xxx-xxx.com', 'x.com']) then ...
if {StrUtils.}AnsiIndexText(domain, ['xxx.com', 'xxx-xxx.com', 'x.com']) < 0 then ...
Freundliche Grüße
|
|
Zitat
|