com.livecode.typeconvert

Typemodule
DictionaryLCB
LibraryLiveCode Builder
Associationscom.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.

TypeNameSummarySyntax
modulecom.livecode.typeconvert

This library consists of the operations for performing complex type conversion in LiveCode Builder.

statementCombineListWith

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>