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