danke für die schneller antwort, allerdings habe ich noch nicht ganz so recht verstanden was du gemeint hast..
wofür brauch ich die neue Variable c? ich habs einmal mit k probiert, also
Delphi-Quellcode:
if k in ('A'..'Z') or k in ('a'..'z') then begin
e:=suche(k);
e2.Text:=inttostr(e);
allerdings funktioniert das absolut nicht