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