Array library

Because of their general usability, we provide routines to search and sort arrays (fast). These are similar to the ANSI qsort and bsearch functions. They are of course adjusted to fit in with the rest of the library.

ARRAYSort
sort the elements in an(y) array
ARRAYSearch
search an element in an(y) array