When it comes to the 'each element' form, you are right that it is ambiguous at first glance, but would seem reasonable that sorting applies to the elements themselves since keys are not explicitly entering the picture. To get sorting on keys we would need to say

  repeat for each line tKey in the keys of myArray ascending


Oops. My thinking went a bit astray. What you are talking about is more like

  repeat for each element foo of fooArray ascending by key of each

Robert
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to