Versions Compared

Key

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

SRP_Array provides some services to easily manage BASIC+ dynamic arrays. SRP_Array provides the following services:

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.

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.