RepeatForEachByte | |||||||
Type | iterator | ||||||
Dictionary | LCB | ||||||
Library | LiveCode Builder | ||||||
Syntax |
| ||||||
Associations | com.livecode.byte | ||||||
Summary | Repeat over the bytes of some data | ||||||
Parameters |
| ||||||
Description | Use repeat for each to perform an operation on each byte of some data. On each iteration, the Iterand will contain the next char of the string being iterated over. | ||||||
Tags | binary,control structures |