so i could say:
Delphi-Quellcode:
If (uppercase(ProfileList.IndexOf(uppercase(ProfileSelection.Text))) = -1)
then
but i get a incompatible types error.. string and int
eddit: obwohl es 1:04 ist hab ichs doch noch geschaft
If (ProfileList.IndexOf(ProfileSelection.Text) = -1)
brauche ich da irgentwelch uppercase()s ?