On Sat, May 9, 2015 at 6:34 PM, Mark Schonewille <
m.schonewi...@economy-x-talk.com> wrote:

> function problem4
>      put "50,2,1,9" into myList
>      sort items of myList numeric descending by char 1 of each
>      replace comma with empty in myList
>      return myList
> end problem4
>

Doesn't work on several inputs, here's one:
642,6,4,3 -- returns 642643, should return 664243
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to