PureBasic - Sort

Overview

Often, elements must be sorted to be usable or more convenient. PureBasic offer highly optimized commands 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

Windows, Linux, MacOS X

Reference Manual - Index