Railo 4.1 Reference
Choose a function:

Function LISTCHANGEDELIMS

Changes a list delimiter.
Returns a copy of the list, with each delimiter character
replaced by new_delimiter.

Example

listchangedelims(string list,string new_delimiter,[string delimiters,[boolean includeEmptyFields]]):string

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
list string  Yes a string list  
new_delimiter string  Yes new delimiter to set. a delimiter is a characters that separate list elements.  
delimiters string  No existing delimiter to replace. a delimiter is a characters that separate list elements. The default value is comma.  
includeEmptyFields boolean  No if set to true, empty values are included as well