Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter name

Type

Required

Description

arrayName

array

Yes

The arrayArray.

reversebooleanYestrue "True" if reverse order , and "false" otherwise.

Return Type

array

Example

Code Block
watchers = arraySort(watchers, false);

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

...