Data Types

items

Supported By

Descriptors

Description

The items data type is a chunk type of string that represents a chunk of text delimited by the itemDelimiter. This includes empty items but not the last trailing empty item of the string, if there is one.

Note

Accessing an item chunk that is out of range returns empty. Modifying an item chunk that is out of range inserts as many itemDelimiters as necessary to insert text in the appropriate item of the parent string.