help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'sysutils' (#rtl)

strlicomp

Compare limited number of characters in 2 null-terminated strings, ignoring case.

Declaration

Source position: syspchh.inc line 39

function strlicomp(

  str1: pchar;

  str2: pchar;

  l: SizeInt

):SizeInt;

Description

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

For an example, see StrIComp

Errors

None.

See also

StrLComp

  

Compare limited number of characters of 2 null-terminated strings

StrComp

  

Compare 2 null-terminated strings, case sensitive.

StrIComp

  

Compare 2 null-terminated strings, case insensitive.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505