Skip to content

Latest commit

 

History

History
60 lines (48 loc) · 1.94 KB

File metadata and controls

60 lines (48 loc) · 1.94 KB

Function: ListValueCount

returns a count of the number of occurrences of a value in a list

Method Signature

ListValueCount(list=[string], value=[string], delimiter=[string], includeEmptyFields=[boolean])

Arguments

Argument Type Required Description Default
list string true The list to be searched.
value string true The value to locale
delimiter string false The list delimiter(s) ,
includeEmptyFields boolean false Whether to include empty fields in the search false

Examples

Related