ListTrim
Compacts a list by removing empty items from the start and end of the list
Method Signature
ListTrim(list=[string], delimiter=[string], multiCharacterDelimiter=[boolean])
Arguments
Argument
Type
Required
Description
Default
list
string
true
The list to compact
delimiter
string
false
string the list delimiter
,
multiCharacterDelimiter
boolean
false
boolean whether the delimiter is multi-character
false
Examples
Related
Last updated
Was this helpful?