next up previous contents index
Next: StrCopy Up: Functions and procedures. Previous: StrCat

StrComp

   

Declaration:

Function StrComp (S1,S2 : PChar) : Longint;

Description:

Compares the null-terminated strings S1 and S2.

The result is

Errors:

None.

See also:

StrLComp, StrIComp, StrLIComp

For an example, see StrLComp.



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