Lucee object methods reference
Object Method Array.toList
Transform the array to a list of elements delimiter by the given string
Array.toList([string delimiter]):string
Category
list,string,array
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Default Value | Description |
---|---|---|---|---|
delimiter | string | No | , | Character or multiCharacter string to separate list elements. The default value is comma. |