What does your feature request improve on? Please describe.
A simple function for sorting a list of things would be appreciated in many scenarios, when the advanced sorting capabilities of tables are not really necessary.
Describe the solution you'd like
A function vectsort({ELEMS}) -> {VAL} returning the sorting index would be greatly appreciated. This function should work on numerical and string data.
Additional context
Add any other context or screenshots about the feature request here.
(Do not write below this line)
DEVS' SECTION
ANALYSIS
(Describe, what's the issue and which changes have to be made)
DESCRIPTION
What does your feature request improve on? Please describe. A simple function for sorting a list of things would be appreciated in many scenarios, when the advanced sorting capabilities of tables are not really necessary.
Describe the solution you'd like A function
vectsort({ELEMS}) -> {VAL}
returning the sorting index would be greatly appreciated. This function should work on numerical and string data.Additional context Add any other context or screenshots about the feature request here.
(Do not write below this line)
DEVS' SECTION
ANALYSIS
(Describe, what's the issue and which changes have to be made)
IMPLEMENTATION STEPS
(see also our Wiki for implementation guidelines)
DOCUMENTATION STEPS
(see also our Wiki for further information)
*.NHLP
and*.NDB
files, if needed)*.NLNG
files, if needed)PULL REQUEST