Sorts the array. The array elements must have the same type. The Mode
argument is a combination of the following constants :
- gb.Ascent to specify an ascending sort. This is the default.
- gb.Descent to specify a descending sort.
This class implements an array of Strings.
Sorts the array. The array elements must have the same type. The Mode
argument is a combination of the following constants :
- gb.Ascent to specify an ascending sort. This is the default.
- gb.Descent to specify a descending sort.
- gb.Binary to specify a binary comparison. This is the default.
- gb.Text to specify a case insensitive comparison.
- gb.Lang to specify a locale aware comparison.
SUB Sort ( [ Mode AS Integer ] ) |
---|
Referenced by :