put item 12 of steve into bill
put item 2 through 7 of steve into bill
put the fifth item of steve into bill
put the third through eighth item of steve into bill
put item "andy" of steve into bill
The item
data type is a chunk type of string
that represents a chunk of text delimited by the itemDelimiter
. This includes empty item
s but not the last trailing empty item
of the string
, if there is one.
Accessing an item
chunk that is out of range returns empty
. Modifying an item
chunk that is out of range inserts as many itemDelimiter
s as necessary to insert text in the appropriate item
of the parent string
.