put word 12 of steve into bill
put word 2 through 7 of steve into bill
put the fifth word of steve into bill
put the third through eighth word of steve into bill
put word "andy" of steve into bill
The word
data type is a chunk type of string
that represents a chunk of text delimited by one or more white space characters.
Accessing a word
chunk that is out of range returns empty
. Modifying a word
chunk that is out of range prepends or appends to the parent string
.