Home > comp > gb > string[] > sort 
  [3.0]
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
String[].Sort (gb)
Syntax
FUNCTION Sort ( [ Mode AS Integer ] ) AS String[]

Sorts the array.

The Mode argument is a combination of the following constants:

gb.Ascent Specify an ascending sort. This is the default.
gb.Descent Specify a descending sort.

And:

gb.Binary Specify a binary comparison. This is the default.
gb.Text Specify a case insensitive comparison.
gb.Language Specify a localized UTF-8 text comparison.