On Mon, 25 Aug 2003 13:45:28 +0100, Mark Smith wrote: > I haven't yet been able to make the 'repeat for each...' structure > work at all, not even once, in any circumstance, in a year of trying > it from time to time. I can find nothing in the electronic docs to > help me. I am mystified.
repeat with n=1 to the number of items of myvar -- return a number (the position of the current item in the loop) repeat for each item n in myvar -- return the value of the current item in the loop _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
