parseItemsAsNumberList | |||||||||||||
Type | handler | ||||||||||||
Dictionary | library.scriptitems | ||||||||||||
Library | LiveCode Script item list handling | ||||||||||||
Syntax |
| ||||||||||||
Associations | com.livecode.library.scriptitems | ||||||||||||
Summary | Parse a comma-delimited "item" string as a list of numbers | ||||||||||||
Parameters |
| ||||||||||||
Values |
| ||||||||||||
Related | Handler: parseItemsAsStringList, formatNumberListAsItems | ||||||||||||
Description | Helper function for converting a LiveCode Script "item" list into a list of numbers, obeying the LiveCode Script rules for items. If pListLength is provided, then the returned list will always contain that number of elements: extra elements will be discarded, and missing elements will be set to pDefaultValue. |