Skip to content

Latest commit

 

History

History
59 lines (47 loc) · 1.9 KB

File metadata and controls

59 lines (47 loc) · 1.9 KB

Function: ListLen

Calculates the length of a list separated by the specified delimiter

Method Signature

ListLen(list=[string], delimiter=[string], includeEmptyFields=[boolean])

Arguments

Argument Type Required Description Default
list string true string list to calculate the length
delimiter string false string the list delimiter ,
includeEmptyFields boolean false boolean whether to include empty fields in the returned result false

Examples

Related