Skip to content

Latest commit

 

History

History
60 lines (48 loc) · 1.99 KB

File metadata and controls

60 lines (48 loc) · 1.99 KB

Function: ListChangeDelims

Converts the delimiters of a list to the new delimiter.

Method Signature

ListChangeDelims(list=[string], newDelimiter=[string], delimiter=[string], includeEmptyFields=[boolean])

Arguments

Argument Type Required Description Default
list string true string list to convert the delimiters.
newDelimiter string true string the new list delimiter
delimiter string false string the old list delimiter ,
includeEmptyFields boolean false boolean whether to include empty fields in the returned result false

Examples

Related