> It must be linux, not Linux.

I'm updating now.  Will try again, but in general I have noticed FPC
code where they use if UPPERCASE(string2)=UPPERCASE(string1) then ....
 In general, that code should be replaced system wide with
SameText(String1,String2) as it is MUCH MUCH faster.

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to