You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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.

  • No labels