Einzelnen Beitrag anzeigen

Skyruner2

Registriert seit: 26. Okt 2003
93 Beiträge
 
Delphi 7 Professional
 
#3

Re: String mit jedem sting in stringlist vergleichen

  Alt 27. Okt 2003, 23:53
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 ?
  Mit Zitat antworten Zitat