SUB Sort ( [ Mode AS Integer ] )
|
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.
Note: this method is not yet implemented for Object[] arrays.