put sent 12 of steve into bill
put sent 2 through 7 of steve into bill
put the fifth sent of steve into bill
put the third through eighth sent of steve into bill
put sent "andy" of steve into bill
The sent
data type is a chunk type of string
that represents a chunk of text starting with a non-white space character and ending with a period, exclamation mark, or question mark followed by zero or more other non-white space characters.
Accessing a sent
chunk that is out of range returns empty
. Modifying a sent
chunk that is out of range prepends or appends to the parent string
.