RepeatForEachCodeunit | |||||||
Type | iterator | ||||||
Dictionary | LCB | ||||||
Library | LiveCode Builder | ||||||
Syntax |
| ||||||
Associations | com.livecode.codeunit | ||||||
Summary | Repeat over the codeunits of a string | ||||||
Parameters |
| ||||||
Example |
| ||||||
Description | Use repeat for each to perform an operation on each codeunit of a string. On each iteration, the Iterand will contain the next codeunit of the string being iterated over. | ||||||
Tags | strings,control structures |