Zitat von
mirage228:
Zitat von
malo:
Ähm... mir fällt grad auf, pos scheint case-sensetive zu sein, wenn ich das richtig erkenne. Kann man das vielleicht irgendwie ändern?
Nein, das stimmt so nicht...
Zitat von
OH:
Die Groß/Kleinschreibung wird von Pos nicht berücksichtigt
mfG
mirage228
Das stimmt aber irgendwie bei mir nicht ganz.
Delphi-Quellcode:
if pos('Hallo', Edit1.Text) <> 0 then
ShowMessage( 'Hallo')
else
ShowMessage( 'kein hallo');
Wenn ich jetzt in edit1 "hallo" eingebe, kommt da "kein hallo", wenn ich "Hallo" eingebe kommt "Hallo". Aber mit uppercase funzt es