Next: StrLower
Up: Functions and procedures.
Previous: StrLen
Function StrLIComp (S1,S2 : PChar; L : Longint) : Longint;
Compares maximum L characters of the null-terminated strings S1
and S2, ignoring case.
The result is
- A negative Longint when S1<S2.
- 0 when S1=S2.
- A positive Longint when S1>S2.
None.
StrLComp, StrComp, StrIComp
For an example, see StrIComp
Michael Van Canneyt
Thu Sep 10 13:59:33 CEST 1998