SortList()

Syntax

SortList(ListName(), Options [, Start, End])
Description
Sort the specified list, according to the given 'Options'. The list may be of one of basic type: byte, word, long, integer, string or float. An optional 'Start' and 'End' range index may be specified.

'Options' can take the following values:

#PB_Sort_Ascending : Sort the list in ascending order (low values first)
#PB_Sort_Descending: Sort the list in descending order (high values first)
#PB_Sort_NoCase : Sort the string list without case sensitive (a=A, b=B etc..)

Supported OS

All

<- SortArray() - Sort Index - SortStructuredArray() ->