StringSplitBy | ||||||||||
Type | statement | |||||||||
Dictionary | LCB | |||||||||
Library | LiveCode Builder | |||||||||
Syntax |
| |||||||||
Associations | com.livecode.typeconvert | |||||||||
Summary | Splits the string in Target into a list of strings, using Delimiter as the delimiter. | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Values |
| |||||||||
Description | Use the split command to convert a string representation of a list into a genuine (ordered) list. | |||||||||
Tags | type conversion |