Skip to content

Roots srmoveArray() Function

Dan Kranz edited this page Nov 24, 2020 · 1 revision

Array elements are physically rearranged according to the sequence expressed by sorti; i.e. arr(sorti(i)) is moved to arr(i).

The output array replaces the input array.

Syntax

Roots.srmoveArray(sorti, arr)

Parameter Values

Parameter Description
sorti The sort order array
arr Array to be rearranged
Clone this wiki locally