A Table has no ordering, so you’d have to first copy it to some form that does, like a seq of (int, string) tuples, and then sort that (e.g. using a comparator proc that returns the result of comparing the two strings.)
- Sort a table by value jasonfi
- Re: Sort a table by value snej
- Re: Sort a table by value Yardanico
- Re: Sort a table by value jasonfi
- Re: Sort a table by value jasonfi
