PureBasic - Sort

Overview

Often, elements must be sorted to be usable or more convenient. PureBasic offers highly optimized functions in order to sort arrays and linked lists, either in ascending or descending order.

Command Index

SortArray
SortList
SortStructuredArray
SortStructuredList

Example

Sort (Numeric).pb
Sort (String).pb

Supported OS

All

Reference Manual - Index