RepeatForEachElementInArray | |||||||
Type | iterator | ||||||
Dictionary | LCB | ||||||
Library | LiveCode Builder | ||||||
Syntax |
| ||||||
Associations | com.livecode.array | ||||||
Summary | Repeat over the elements of an array. | ||||||
Parameters |
| ||||||
Example |
| ||||||
Description | Use repeat for each element to iterate over the elements of an array in no particular order. On each iteration, the Iterand will contain the next element of the array being iterated over.
| ||||||
Tags | arrays |