Versions Compared

Key

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

...

There are several array manipulation functions at your disposal. The SRP_Clean_Array function quickly removes blanks and duplicates from your array, and SRP_Join_Arrays builds a new array that is a logical combination of two arrays. Need to prepare a two-dimensional array for use with V119? UseUse SRP_Reorder_Array to rearrange your columns, then use SRP_Rotate_Array to turn an ARRAY into an LIST. Both functions perform at incredible speeds not possible in the BASIC+ function. Better yet, forget using V119 and use SRP_Sort_Array instead. Doing so will eliminate the need to prepare your data altogether. And it's fast!

...