put items 2 through 7 of steve into bill
put the third through eighth items of steve into bill
put the items of steve into bill
The items
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
.