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