formatNumberListAsItems |
Type | handler |
Dictionary | library.scriptitems |
Library | LiveCode Script item list handling |
Syntax | formatNumberListAsItems(<pList>)
|
Associations | com.livecode.library.scriptitems |
Summary | Format a list of numbers as a comma-delimited "item" string
|
Parameters | Name | Type | Description |
---|
pList | | A list of numbers
|
|
Values | Name | Type | Description |
---|
return | | A comma-delimited LiveCode Script-compatible "item" string
|
|
Related | Handler: formatStringListAsItems, parseItemsAsNumberList
|
Description | Helper function for converting a list of numbers into a LiveCode
Script "item" list, obeying the LiveCode Script rules for items.
|