SRP_Array provides some services to easily manage BASIC+ dynamic arrays. SRP_Array provides the following services:
| Method | Description |
|---|---|
| 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. |
| Reverse | Returns 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. |