Ich habe das jetzt so gelöst
If((((Edit10.text<>'') and (Edit11.text<>'') and (length(Edit10.text)<> 1 or 2) and (length(Edit11.text)<> 1 or 2)))) Then das machen was ich will :D
Danke euch
Also wenn du prüfen möchtest, dass in den Edit-Feldern mindestens 3 Stellen gefüllt sind, warum dann nicht direkt so prüfen wie man es sich denkt?
if ( Length( Edit10.Text ) >= 3 ) and ( Length( Edit11.Text ) >= 3 ) then
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)