repeat for each....
Ludovic Thébault
ludovic.thebault at laposte.net
Mon Aug 25 08:09:01 EDT 2003
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
More information about the use-livecode
mailing list