Skip to content

Latest commit

 

History

History
59 lines (47 loc) · 1.89 KB

File metadata and controls

59 lines (47 loc) · 1.89 KB

Function: ListCompact

Compacts a list by removing empty items from the start and end of the list

Method Signature

ListCompact(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