Does anyone have alternatives (internal or plugin) to the internal functions eval() and sort()?
It has been indicated in previous posts that these functions are hidden functions and are not for general use. We wish to avoid using these as they could be modified or removed at any point for future versions.
Discussion posts and replies are publicly visible
Find below the links to a Shared Component - Sort Utilities as an alternative to sort() function -
Forum Link To Sort Utilities
Community Link To Sort Utilities
This custom function plug-in has three functions that allow you to sort an array (decimal, integer or text) either in ascending or descending order (based on the second parameter; a boolean). Both the parameters are mandatory.
sortdecimalarray(decimalArray, isDescendingOrder )
sortintegerarray(integerArray, isDescendingOrder)
sorttextarray(stringArray, isDescendingOrder )