NextRepeat | |
Type | control structure |
Dictionary | LCB |
Library | LiveCode Builder |
Syntax |
|
Associations | com.livecode.language |
Summary | Begin the next iteration of a repeat loop. |
Example |
|
Description | Use next repeat to skip to the next iteration of a repeat loop. This is particularly useful when operations are only to be performed on iterands which satisfy certain criteria. |