strcmp

Type: External

Group: char

Syntax

STRCMP(string1, string2)

Description

Compares string1 to string2.

Examples

STRCMP("ABcd", "abce") 0 STRCMP("ABc", "abc") 0 STRCMP("abc", "abc") 1

See Also

strcmpi, strncmpi, strncmp