Previous: StrLen function To the Table of Content Next: StrLower function

- 4.61.2.44 -
Standard Units
Strings Unit
Strings Unit Procedures and Functions

StrLIComp function

Targets: MS-DOS, OS/2, Win32


Strings Unit

StrLIComp compares two strings up to a specified maximum number (MaxLen) of characters, not case sensitive.

Declaration:
function StrLIComp(Str1, Str2: PWChar; MaxLen: Longint): Longint;
function StrLIComp(Str1, Str2: PChar; MaxLen: Longint): Longint;


Remarks:
The return value is:
 Condition  Return Value 
S1 > S2> 0
S1 < S2< 0
S1 = S2 = 0



Previous: StrLen function To the Table of Content Next: StrLower function
StrLen function Table of Content StrLower function

- 4.61.2.44 -