sorting words ?

Matt Maier blueback09 at gmail.com
Mon Dec 7 11:56:29 EST 2015


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, <jbv at 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 at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list