order of array is different after split
Tiemo Hollmann TB
toolbook at kestner.de
Tue May 21 05:46:00 EDT 2013
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 by its keys, the order isn't
relevant, but sometimes it might by suitable to process the array in
sequence and then it could be valuable if the sequence is the same as the
origin.
Any comments?
Tiemo
More information about the use-livecode
mailing list