JB

put the number of [whatever] into j   -- See note:
repeat with i = j down to 1

If you put the first line in the loop as in "i = the number of [whatever]
down to 1" the number of would be evaluated each time, I believe, and be
slower.

Jim

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of jbv
Sent: Friday, June 24, 2005 11:05 PM
To: How to use Revolution
Subject: "repeat for each" in reverse order ?


Hi list,

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" ?

Thanks,
JB

_______________________________________________
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



_______________________________________________
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