Hi Folks, I have this sequence, returned by a select (SQL): SELECT sort FROM collections ORDER BY sort
1 10 11 14 15 2 3 4 5 6 6.12 6.7 6.7.13 6.7.8 9 I need to now how to put this result into an array and sort them to give this output: 1 2 3 4 5 6 6.7 6.7.8 6.7.13 6.12 9 10 11 14 15 I search on internet and didn't found an idea to do this. Best Regards, Christian ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user