com.livecode.typeconvert | |
Type | module |
Dictionary | LCB |
Library | LiveCode Builder |
Associations | com.livecode.typeconvert |
Summary | This library consists of the operations for performing complex type conversion in LiveCode Builder. |
Description | This library consists of the operations for performing complex type conversion in LiveCode Builder. |
Type | Name | Summary | Syntax |
---|---|---|---|
module | com.livecode.typeconvert | This library consists of the operations for performing complex type conversion in LiveCode Builder. | |
statement | CombineListWith | Combines the list of strings in Target, using Delimiter as the delimiter. | combine <Target> with <Delimiter> |
- - - | StringSplitBy | Splits the string in Target into a list of strings, using Delimiter as the delimiter. | split <Target> by <Delimiter> |