Sorting an array is to be understood as sorting the individual elements of an array.
Syntax:
Function Sort ( [ Mode As Integer ] ) As NatDataTyp[]
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)