PreviousNextIndex

COMPARE function

The COMPARE function compares two strings and lets you:

COMPARE returns a LOGICAL value representing the result of the logical expression, where the comparison rules are defined by the combination of the operator, the comparison strength, and the collation.

Syntax

COMPARE ( string1 , relational-operator , string2 ,  
          strength [ , collation ] ) 

string1
relational-operator
string2
strength
collation
Notes

OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex