Describe the bug
The command sort is kind of broken. It does not allow for reasonable subselections of a table as well as it doesn't support giving columns by variables.
To Reproduce
Things like those do not work as expected:
sort TAB() -set cols=VAR1[VAR2[VAR3:]]sort TAB(:, {4:1}) -set cols=1[2]
Expected behavior
Columns are sorted according the syntax.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: 10x64
Version v1.1.6.2404
Additional context
Add any other context about the problem here.
(Do not write below this line)
DEVS' SECTION
ANALYSIS
Examine the corresponding interface code and enable the mentioned functionality.
DESCRIPTION
Describe the bug The command
sort
is kind of broken. It does not allow for reasonable subselections of a table as well as it doesn't support giving columns by variables.To Reproduce Things like those do not work as expected:
sort TAB() -set cols=VAR1[VAR2[VAR3:]]
sort TAB(:, {4:1}) -set cols=1[2]
Expected behavior Columns are sorted according the syntax.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.
(Do not write below this line)
DEVS' SECTION
ANALYSIS
Examine the corresponding interface code and enable the mentioned functionality.
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