ListBeginsWithList | ||||||||||
Type | operator | |||||||||
Dictionary | LCB | |||||||||
Library | LiveCode Builder | |||||||||
Syntax |
| |||||||||
Associations | com.livecode.list | |||||||||
Summary | Determines whether Source begins with Prefix | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Values |
| |||||||||
Description | Source begins with Prefix if and only if the elements of Prefix occur as an initial subsequence of the elements of Source.
| |||||||||
Tags | lists |