Zitat von
Blub:
soooo
irgendwie check ichs net! Ich hab mir die If then Else Konstruktion zwar nochma angeguckt, allerdings find ich meinen Fehler net
wenn ich das so mache
Delphi-Quellcode:
If Edit1.Text <> '' then
if BuchstabeEnthalten(B,RateWort)=true then
Label2.Caption:='ok' else
Label2.Caption:='nö'
else
Label2.Caption:='bitte was eingeben';
end;
gehts trotzdem net so wie ich das haben will. Gib mir doch mal bitte jemand einen kleinen Hinweis, wo in der If then Else kombi was net stimmt
THX
Ich denke auch, dass alles richtig ist!