Try OpenEdge Now
skip to main content
Internationalizing Applications
Preparing the Code : Sorting data : Using collation tables : ABL Comparisons
 
ABL Comparisons
OpenEdge provides two types of character sorting. One type governs how data is stored within a database and affects index operations. Another type affects ABL comparisons—comparisons that are performed by ABL and that do not impact indexes. For example, the following is a typical ABL comparison:
IF character-expression1 > character-expression2
The character expressions can contain character strings, character variables, or character fields.