ListLen
Method Signature
ListLen(list=[string], delimiter=[string], includeEmptyFields=[boolean], multiCharacterDelimiter=[boolean])Arguments
Argument
Type
Required
Description
Default
Examples
Simple listLen Example
listLen( "foo,bar,bar2,foo2" );
listLen Example with Delimiter
listLen Example with IncludeEmptyValues
Additional Examples
Related
Last updated
Was this helpful?
