Sort Array
 
 
 

Categories

  • Array

Description

Outputs the input array sorted according to the specified order.

Note that you cannot sort arrays of locations or custom user data blobs.

Ports

Inputs

Ascending

True to sort the input array in ascending order; false for descending.

Array

The array to sort.

Outputs

Result

The sorted array.