STRICMP: Comparing Character Strings and Ignoring Case

How to:

The STRICMP function compares two character strings using the EBCDIC or ASCII collating sequence, but ignores case differences.

Syntax: How to Compare Character Strings and Ignore Case

STRICMP(string1, string2)

where:

string1, string2

Alphanumeric

Are the strings to compare, or temporary fields that contain the strings.

WebFOCUS

Feedback