next up previous contents index
Next: StrLower Up: Functions and procedures. Previous: StrLen

StrLIComp

   

Declaration:

Function StrLIComp (S1,S2 : PChar; L : Longint) : Longint;

Description:

Compares maximum L characters of the null-terminated strings S1 and S2, ignoring case.

The result is

Errors:

None.

See also:

StrLComp, StrComp, StrIComp

For an example, see StrIComp



Michael Van Canneyt
Thu Sep 10 13:59:33 CEST 1998