put the keys of myArray into myVar
sort lines of myVar
repeat for each line myLine in myVar
put myVar[myLine] into myFoo
-- do something with myFoo
end repeat
If this isn't what you want, then you will have to combine the array and deal with it as an ordinary variable.
Best,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
I also discovered this property, rather lack of a property, the hard way when my database fields failed to line up the way I expected them to. I sort the keys as a reflex now.