Sorting an array is to be understood as sorting the individual elements of an array.
Syntax:
Function Sort ( [ Mode As Integer ] ) As NatDatenTyp[]
The Mode argument is optional and can accept one of the following constants:
gb.Ascent → Sort ascending (a...z), standard gb.Descent → Sorting in descending order (z...a)
Das Sortieren eines Arrays ist als Sortierung der einzelnen Elemente eines Arrays aufzufassen.
Syntax:
Function Sort ( [ Mode As Integer ] ) As NatDatenTyp[]
Das Argument Mode ist optional und kann eine der folgenden Konstanten annehmen:
gb.Ascent → Sortierung aufsteigend (a..z), Standard gb.Descent → Sortierung absteigend (z..a)