[Overview][Procedures and functions][Index] |
Compare 2 null-terminated strings, case sensitive.
Source position: strings.pp line 49
function strcomp( |
str1: pchar; |
str2: pchar |
):SizeInt; |
Compares the null-terminated strings S1 and S2. The result is
For an example, see StrLComp.
None.
|
Compare limited number of characters of 2 null-terminated strings |
|
|
Compare 2 null-terminated strings, case insensitive. |
|
|
Compare limited number of characters in 2 null-terminated strings, ignoring case. |