Yes, I believe that's what's happening but I was hoping to order the set first and then return the sub-set.
For example, if I have: 7, 5, 2, 9, 6, 3, 4, 8 And I want the 3 lowest values: 2, 3, 4. Instead I get 2, 5, 7 (7, 5, 2 sorted)(I think).
Yes, I believe that's what's happening but I was hoping to order the set first and then return the sub-set.
For example, if I have: 7, 5, 2, 9, 6, 3, 4, 8 And I want the 3 lowest values: 2, 3, 4. Instead I get 2, 5, 7 (7, 5, 2 sorted)(I think).