NUMENTRIES

Returns the number of elements in a delimited list.

Return Value

Integer

Syntax

NUMENTRIES( listString[, delimiter] )

where:

  • listString is a string expression that consists of zero or more elements separated by the delimiter character.
  • delimiter is a character or string which separates elements in listString from each other. This argument is optional. If this argument is not used, the comma (,) character is used. In this case, each element may contain commas if they are enclosed within a ~LIT~(…) wrapper.