ListValueCountNoCase

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

Method Signature

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

Arguments

ArgumentTypeRequiredDescriptionDefault

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

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC