CALL map_v2a.clear()CALL map_a2v.clear()FOR i = 1 TO arr.getLength() LET map_v2a[i] = DIALOG.visualToArrayIndex("scr", i) LET map_a2v[i] = DIALOG.arrayToVisualIndex("scr",i)END FOR
CALL a.sort("C",false)CALL a.sort("B",false)CALL a.sort("A",false)
I'm not sure what 2.51 is