RepeatForEachElementInList | |||||||
Type | iterator | ||||||
Dictionary | LCB | ||||||
Library | LiveCode Builder | ||||||
Syntax |
| ||||||
Associations | com.livecode.list | ||||||
Summary | Repeat over the elements of a list | ||||||
Parameters |
| ||||||
Example |
| ||||||
Description | Use repeat for each to perform an operation on each element of a list. On each iteration, the Iterand will contain the next element of the list being iterated over. *Note:* If Iterand is typed, then an error will be thrown if the list being iterated over contains any elements of a different type. | ||||||
Tags | lists,control structures |