ArrayObject Class Gets New Attribute
The ArrayObject class, a system object that holds information about a dynamic array, has the following new attribute:
SortCasesensitive
Data Type: integer
4GL Access: RW
Determines whether the Sort method sorts VARCHAR attributes with case sensitivity. Possible values are TRUE and FALSE.
Note: Attributes of type NVARCHAR are sorted according to Unicode collation, so the SortCasesensitive attribute does not apply.
Default: FALSE