The first line in the doc here is "Use the *sort container* command to
shuffle the order of lines <http://docs.runrev.com/Keyword/lines> or items
<http://docs.runrev.com/Keyword/items> in a container"
http://docs.runrev.com/Command/sort-container

Do you could use something like this:

get "4 6 2 8 5"
replace " " with "," in it
sort the items of it ascending numeric
replace "," with " " in it

On Mon, Dec 7, 2015 at 8:29 AM, <j...@souslelogo.com> wrote:

> Hi list
> Just a quick question; the following returns a compilation error :
>    get "4 6 2 8 5"
>    sort words of it ascending numeric
>
> Is it because the sort function doesn't apply to words, or am I missing
> something ?
>
> Thanks
> jbv
>
>
> _______________________________________________
> 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
>
_______________________________________________
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