Sorting an array in Sage X3
To sort an array use Sorta with the following syntax: SORTA NUMVALUE_ToORDER ARRAY [Desc] SORTA NUMVALUE_ToORDER ARRAY1, array2 [Desc] (array2 ordered following the order of ARRAY1) Example: Local Char STR(255)(0..4) Local Integer NUMBER(0..4) Local...
