"repeat for each" in reverse order ?
Jim Bufalini
YourSignup at Yahoo.com
Sat Jun 25 06:02:21 EDT 2005
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: use-revolution-bounces at lists.runrev.com
[mailto:use-revolution-bounces at lists.runrev.com]On 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
use-revolution at lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list