SpiderBasic - Sort

Overview

Sometimes, elements has to be sorted to be usable or more convenient. SpiderBasic offers highly optimized functions in order to sort arrays and lists, either in ascending or descending order.
Furthermore there are functions to reorder the elements of an array or a list in a random order.

Command Index

RandomizeArray
RandomizeList
SortArray
SortList

Example

Sort.sb

Supported OS

All

Reference Manual - Index