You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compare strings containing a mix of letters and numbers in the way a human being would in sort order. This is described as a "natural ordering".
It seems like it would put values with a .5 after the preceding whole numbers in the list; or the "ascending numeric order" referred to in the original comment.
This is a low priority at the moment, so don't do anything yet, but I think it should be: [whole number] E (e.g. 14 E) [whole number] W (e.g. 14 W) [whole number plus .5] E (e.g. 14.5 E) [whole number plus .5] W (e.g. 14.5 W)
... and so on
nathankota
changed the title
TRS ranges with decimals out of order
Alter order of TRS ranges with decimals
Jan 23, 2023
Put ranges with decimal places in ascending numeric order. For example, 14.5W should be after 14E and 14W:
The text was updated successfully, but these errors were encountered: