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

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC