Versions Compared

Key

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

...

MethodDescription
Clean

Cleans an array by removing blank elements and/or removing duplicates.

Join

Logically combines two arrays

Reorder

Repositions elements in a dynamic array into any explicit order.

ReverseReturns an array whose items are in reverse order of the given array.
Rotate

Changes a LIST formatted dynamic array into an ARRAY formatted dynamic array or vise versa.

SortRows

Sorts a two dimensional dynamic array.

SortSimpleList

Sorts a single dimensional dynamic array.

...