ENTRY

Returns an element of a delimited list.

Return Value

String

Syntax

ENTRY( pos, listString[, delimiter] )

where:

  • pos is the 1-based position of the element in the list.
  • 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.