ListChangeDelims
Method Signature
ListChangeDelims(list=[string], newDelimiter=[string], delimiter=[string], includeEmptyFields=[boolean], multiCharacterDelimiter=[boolean])Arguments
Argument
Type
Required
Description
Default
Examples
Simple Example
listChangeDelims( "foo,bar,lorem,ipsum", "|" );
Example with Custom Delimiter
Additional Examples
Related
Last updated
Was this helpful?
