I have been trying to sort 10 comma delimited numbers on one line ,lowest to highest.
I have put the line of comma delimited number into a variable (call it mop) and tried:
sort mop numeric
or:
sort mop numeric ascending.
I thought I had used this years ago, but it seems not.
Every article I have read seems to me to be dealing with lines in a field.
I am feeling even more thickheaded than usual with this.
I have put the line of comma delimited number into a variable (call it mop) and tried:
sort mop numeric
or:
sort mop numeric ascending.
I thought I had used this years ago, but it seems not.
Every article I have read seems to me to be dealing with lines in a field.
I am feeling even more thickheaded than usual with this.
Statistics: Posted by oldummy — Sun Jun 09, 2024 11:53 am