ListItemTrim
Method Signature
ListItemTrim(list=[string], delimiter=[string], includeEmptyFields=[boolean], multiCharacterDelimiter=[boolean])Arguments
Argument
Type
Required
Description
Default
Examples
Simple Example
exampleList = "hello, world ,this, is a, ,example";
writeOutput( listItemTrim( examplelist ) );
Using as member function
Keep empty items in the list
Additional Examples
Related
Last updated
Was this helpful?
