mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-13 04:19:32 +01:00
parent
cf95b53b8f
commit
42f219cfc4
@ -1168,7 +1168,10 @@ begin
|
|||||||
Count:=WordCount(S, WordDelims);
|
Count:=WordCount(S, WordDelims);
|
||||||
I:=1;
|
I:=1;
|
||||||
While (Not Result) and (I<=Count) do
|
While (Not Result) and (I<=Count) do
|
||||||
|
begin
|
||||||
Result:=ExtractWord(i,S,WordDelims)=W;
|
Result:=ExtractWord(i,S,WordDelims)=W;
|
||||||
|
Inc(i);
|
||||||
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user