On Jun 25, 2005, at 3:04 AM, jbv wrote:

Is there a way to use
"repeat for each element thisIndexTerm in listOfTerms"
in reverse order, like in
"repeat with i=number of items of myVar down to 1" ?

I don't think there is an order in 'repeat for each element'. I think the elements are processed in some seemingly arbitrary order. In any case...

You can get the keys of the array and sort them in the order you want and then loop through the keys with 'repeat for each line'.

Dar

--
**********************************************
    DSC (Dar Scott Consulting & Dar's Lab)
    http://www.swcp.com/dsc/
    Programming and software
**********************************************

_______________________________________________
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