Skip to end of banner
Go to start of banner

arraySort

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Description

Sorts the elements from an array.

Parameters

Return Type

Array

Example

watchers = arraySort(watchers, false);

The result returned by the routine is an array that contains the elements from watchers sorted in the ascending order.

See also

  • No labels