SRP_Array is the newer and more convenient way to manipulate BASIC+ dynamic arrays. For older systems, you can view documentation on the original methods below.

MethodDescription
SRP_Clean_Array

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

SRP_Join_Arrays

Logically combines two arrays

SRP_Reorder_Array

Repositions elements in a dynamic array into any explicit order.

SRP_Rotate_Array

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

SRP_Sort_Array

Sorts a dynamic array.

  • No labels