RepeatForEachByte

Typeiterator
DictionaryLCB
LibraryLiveCode Builder
Syntax
byte <Iterand>
Associationscom.livecode.byte
Summary

Repeat over the bytes of some data

Parameters
NameTypeDescription
Iterand

A container of binary data.

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.

Tagsbinary,control structures