LiveCode Script item list handling | |
Type | module |
Dictionary | library.scriptitems |
Library | LiveCode Script item list handling |
Associations | com.livecode.library.scriptitems |
Summary | Utility functions for LiveCode Script-compatible item lists. Many LiveCode Builder widget and library extensions expose APIs to
LiveCode Script that use item lists. This library provides a set of
functions for converting |
Description | Utility functions for LiveCode Script-compatible item lists. Many LiveCode Builder widget and library extensions expose APIs to
LiveCode Script that use item lists. This library provides a set of
functions for converting |
Type | Name | Summary | Syntax |
---|---|---|---|
handler | formatNumberListAsItems | Format a list of numbers as a comma-delimited "item" string | formatNumberListAsItems(<pList>) |
- - - | formatStringListAsItems | Format a list of strings as a comma-delimited "item" string | formatStringListAsItems(<pList>) |
- - - | parseItemsAsNumberList | Parse a comma-delimited "item" string as a list of numbers | parseItemsAsNumberList(<pStringValue>,<pListLength>,<pDefaultValue>) |
- - - | parseItemsAsStringList | Parse a comma-delimited "item" string as a list of strings | parseItemsAsStringList(<pStringValue>,<pListLength>,<pDefaultValue>) |
module | LiveCode Script item list handling | Utility functions for LiveCode Script-compatible item lists. Many LiveCode Builder widget and library extensions expose APIs to
LiveCode Script that use item lists. This library provides a set of
functions for converting | parseItemsAsStringList(<pStringValue>,<pListLength>,<pDefaultValue>) |