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