RepeatWhile | ||||||||||
Type | control structure | |||||||||
Dictionary | LCB | |||||||||
Library | LiveCode Builder | |||||||||
Syntax |
| |||||||||
Associations | com.livecode.language | |||||||||
Summary | Executes a list of statements while a condition continues to be true. | |||||||||
Parameters |
| |||||||||
Description | Use the repeat while Condition structure to execute a set of statements repeatedly, while the Condition continues to evaluate to true. |