EXACT

Name

EXACT -- 

Synopsis

EXACT(string1, string2)

Description

EXACT returns true if @string1 is exactly equal to @string2 (this routine is case sensitive).

Examples

EXACT("key","key") equals TRUE.

EXACT("key","Key") equals FALSE.

See also

LEN