se-livecode-boun...@lists.runrev.com] Im
Auftrag
> von Mark Schonewille
> Gesendet: Dienstag, 21. Mai 2013 12:00
> An: How to use LiveCode
> Betreff: Re: order of array is different after split
>
> Hi Tiemo,
>
> Since you're just asking for comments, I'm not sure what kind of
Hi Tiemo,
Since you're just asking for comments, I'm not sure what kind of answer
you're looking for but I'll try.
To process an array in sorted order, you can put the keys into a variable:
put the keys of myArray into myKeys
sort the lines of myKeys ascending international
repeat for each li
Hi,
when splitting a plain list into an array, the order of the array is
different to the source list. E.g. if the list was sorted international, the
array is sorted standard. Is this a standard behavior of split, or do I have
any options on the array order.
I know, as far as you access the array